Index

A C D E F H I K L M N P R S U V W Y 
All Classes and Interfaces|All Packages

A

add(int) - Static method in class rife.bld.extension.propertyfile.Calc
Adds 1 to the value.
ADD - Static variable in class rife.bld.extension.propertyfile.Calc
The add function.

C

calc() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns the calculation function.
calc(IntFunction<Integer>) - Method in class rife.bld.extension.propertyfile.EntryBase
Sets the calculation function.
Calc - Class in rife.bld.extension.propertyfile
Implements the calculation functions.
comment(String) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Sets the comment to be inserted at the top of the Properties file.
currentValue(String, Object, Object) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Returns the new value, value or default value depending on which is specified.

D

DAY - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Day units.
defaultValue() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns the default value.
defaultValue(Object) - Method in class rife.bld.extension.propertyfile.EntryBase
Sets the initial value to set the property to, if not already defined.
delete() - Method in class rife.bld.extension.propertyfile.EntryBase
Indicates that the property is to be deleted.

E

entry(EntryBase<?>) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Adds an entry to specify modifications to the properties file.
Entry - Class in rife.bld.extension.propertyfile
Declares the modifications to be made to a String-based property.
Entry(String) - Constructor for class rife.bld.extension.propertyfile.Entry
Creates a new entry.
EntryBase<T> - Class in rife.bld.extension.propertyfile
Declares the modifications to be made to a property.
EntryBase(String) - Constructor for class rife.bld.extension.propertyfile.EntryBase
Creates a new entry.
EntryDate - Class in rife.bld.extension.propertyfile
Declares the modifications to be made to a Date-based property.
EntryDate(String) - Constructor for class rife.bld.extension.propertyfile.EntryDate
Creates a new entry.
EntryDate.Units - Enum Class in rife.bld.extension.propertyfile
The units available for EntryDate calculations.
EntryInt - Class in rife.bld.extension.propertyfile
Declares the modifications to be made to an Integer-based property.
EntryInt(String) - Constructor for class rife.bld.extension.propertyfile.EntryInt
Creates a new entry.
execute() - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Performs the modification(s) to the properties file.

F

failOnWarning(boolean) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Sets the execution to return a failure on any warnings.
file() - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Retrieves the location of the Properties file to be edited.
file(File) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Sets the location of the Properties file to be edited.
file(String) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Sets the location of the Properties file to be edited.
file(Path) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Sets the location of the Properties file to be edited.
fromProject(BaseProject) - Method in class rife.bld.extension.propertyfile.PropertyFileOperation
Creates a new operation.

H

HOUR - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Hour units.

I

isDelete() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns true if the property is to be deleted.

K

key() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns the key of the property.
key(String) - Method in class rife.bld.extension.propertyfile.EntryBase
Sets the key of the property.

L

loadProperties(String, File, Properties, boolean) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Loads a properties file.

M

MINUTE - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Minute units.
modify() - Method in class rife.bld.extension.propertyfile.Entry
Returns the modify function.
modify(String, BiFunction<String, String, String>) - Method in class rife.bld.extension.propertyfile.Entry
Sets the modify function.
modify(BiFunction<String, String, String>) - Method in class rife.bld.extension.propertyfile.Entry
Sets the modify function.
modifyValue() - Method in class rife.bld.extension.propertyfile.Entry
Returns the value to be used in the Entry.modify_ function.
MONTH - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Month units.

N

newValue() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns the new value to set the property) to.
newValue(Object) - Method in class rife.bld.extension.propertyfile.EntryBase
Sets a new value for property.
now() - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to now.

P

pattern() - Method in class rife.bld.extension.propertyfile.EntryBase
Returns the pattern.
pattern(Object) - Method in class rife.bld.extension.propertyfile.EntryBase
Sets the Formatter pattern.
pattern(String) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the DateTimeFormatter pattern.
pattern(String) - Method in class rife.bld.extension.propertyfile.EntryInt
Sets the DecimalFormat pattern.
processDate(Properties, EntryDate) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Processes a date property.
processInt(Properties, EntryInt) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Processes an integer property.
processString(Properties, Entry) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Processes a string property.
PropertyFileOperation - Class in rife.bld.extension.propertyfile
Creates or applies edits to a Properties file.
PropertyFileOperation() - Constructor for class rife.bld.extension.propertyfile.PropertyFileOperation
 
PropertyFileUtils - Class in rife.bld.extension.propertyfile
Collection of common methods used in this project.

R

rife.bld.extension.propertyfile - package rife.bld.extension.propertyfile
 

S

saveProperties(File, String, Properties) - Static method in class rife.bld.extension.propertyfile.PropertyFileUtils
Saves a properties file.
SECOND - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Second units.
set(int) - Method in class rife.bld.extension.propertyfile.EntryInt
Sets the new property value to an integer.
set(Object) - Method in class rife.bld.extension.propertyfile.Entry
Sets the new property value.
set(Instant) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to an Instant
set(LocalDate) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a LocalDate
set(LocalDateTime) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a LocalDateTime
set(LocalTime) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a LocalTime
set(ZonedDateTime) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a ZonedDateTime
set(Calendar) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a Calendar
set(Date) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the new property value to a Date
sub(int) - Static method in class rife.bld.extension.propertyfile.Calc
Subtracts 1 to the value.
SUB - Static variable in class rife.bld.extension.propertyfile.Calc
The sub function.

U

unit() - Method in class rife.bld.extension.propertyfile.EntryDate
Returns the unit.
unit(EntryDate.Units) - Method in class rife.bld.extension.propertyfile.EntryDate
Sets the unit value to apply to calculations for EntryDate.

V

valueOf(String) - Static method in enum class rife.bld.extension.propertyfile.EntryDate.Units
Returns the enum constant of this class with the specified name.
values() - Static method in enum class rife.bld.extension.propertyfile.EntryDate.Units
Returns an array containing the constants of this enum class, in the order they are declared.

W

WEEK - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Week units.

Y

YEAR - Enum constant in enum class rife.bld.extension.propertyfile.EntryDate.Units
Year units.
A C D E F H I K L M N P R S U V W Y 
All Classes and Interfaces|All Packages