Index

B C D E F G P R S W 
All Classes and Interfaces|All Packages

B

buildTemplate() - Method in class rife.bld.extension.GeneratedVersion
Builds the template based on the GeneratedVersion data.

C

className(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the class name.
classTemplate(File) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the class template path.
classTemplate(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the class template path.
classTemplate(Path) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the class template path.

D

directory(File) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the destination directory.
directory(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the destination directory.
directory(Path) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the destination directory.

E

execute() - Method in class rife.bld.extension.GeneratedVersionOperation
Generates a version data class for this project.
extension(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the file extension.

F

fromProject(BaseProject) - Method in class rife.bld.extension.GeneratedVersionOperation
Configure the operation from a BaseProject.

G

generatedVersion() - Method in class rife.bld.extension.GeneratedVersionOperation
Retrieves the generated version instance.
GeneratedVersion - Class in rife.bld.extension
GeneratedVersion data class.
GeneratedVersion() - Constructor for class rife.bld.extension.GeneratedVersion
 
GeneratedVersionOperation - Class in rife.bld.extension
Generates a project version data class.
GeneratedVersionOperation() - Constructor for class rife.bld.extension.GeneratedVersionOperation
 
getClassFile() - Method in class rife.bld.extension.GeneratedVersion
Returns the class file.
getClassName() - Method in class rife.bld.extension.GeneratedVersion
Returns the class name.
getDirectory() - Method in class rife.bld.extension.GeneratedVersion
Returns the destination directory.
getExtension() - Method in class rife.bld.extension.GeneratedVersion
Returns the file extension.
getPackageName() - Method in class rife.bld.extension.GeneratedVersion
Returns the package name.
getProject() - Method in class rife.bld.extension.GeneratedVersion
Returns the project.
getProjectName() - Method in class rife.bld.extension.GeneratedVersion
Returns the project name.
getTemplate() - Method in class rife.bld.extension.GeneratedVersion
Returns the template.

P

packageName(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the package name.
projectName(String) - Method in class rife.bld.extension.GeneratedVersionOperation
Sets the project name.

R

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

S

setClassName(String) - Method in class rife.bld.extension.GeneratedVersion
Sets the class name.
setDirectory(File) - Method in class rife.bld.extension.GeneratedVersion
Set the destination directory.
setExtension(String) - Method in class rife.bld.extension.GeneratedVersion
Sets the file extension.
setPackageName(String) - Method in class rife.bld.extension.GeneratedVersion
Sets the package name.
setProject(BaseProject) - Method in class rife.bld.extension.GeneratedVersion
Sets the project.
setProjectName(String) - Method in class rife.bld.extension.GeneratedVersion
Sets the project name.
setTemplate(File) - Method in class rife.bld.extension.GeneratedVersion
Sets the template file.

W

writeTemplate(Template) - Method in class rife.bld.extension.GeneratedVersion
Writes the project version class in the given directory.
B C D E F G P R S W 
All Classes and Interfaces|All Packages