Simple little wrapper for a gradle file that has the filename and whether or not the file is required.
| Type | Name and description |
|---|---|
boolean |
containsSystemProperties |
FileType |
fileType |
java.lang.String |
filename |
| Constructor and description |
|---|
PropertyFile
(java.lang.String filename, FileType fileType, java.lang.Object containsSystemProperties)Populating constructor |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Populating constructor
filename - the fully qualified name of the filerequired - whether or not the file is requiredcontainsSystemProperties - whether or not this file can contain
properties that should be converted into System properties.Groovy Documentation