Package Torello.Java.Build
Class Files
- java.lang.Object
-
- Torello.Java.Build.Files
-
public class Files extends java.lang.Object
Given a list of Java-Packages, this class will collate a list of files to be processed.
This class is a utility used internally by the following Build-Stages:- Compilation / Stage-1
- Documentation / Java-Doc / Stage-2
Internal Helper Class:
Though often kept out of the Publicly-Visible A.P.I., Internally-Use-Only classes will sometimes remain publicly visible within this Java-Doc Hierarchy. The methods in this class have been declared with thePackage-Private
Level of visibility, and they are unlikely of much use to an outside programmer.
However, understanding the build process may be of some interest to a programmer, and this file's source-code may easily be viewed by clicking on the Hi-Lited Source-Code Link provided below.
Hi-Lited Source-Code:- View Here: Torello/Java/Build/Files.java
- Open New Browser-Tab: Torello/Java/Build/Files.java
File Size: 8,535 Bytes Line Count: 210 '\n' Characters Found
Stateless Class:This class neither contains any program-state, nor can it be instantiated. The@StaticFunctional
Annotation may also be called 'The Spaghetti Report'.Static-Functional
classes are, essentially, C-Styled Files, without any constructors or non-static member fields. It is a concept very similar to the Java-Bean's@Stateless
Annotation.
- 1 Constructor(s), 1 declared private, zero-argument constructor
- 3 Method(s), 3 declared static
- 1 Field(s), 1 declared static, 1 declared final