Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
J
L
M
P
S
T
U
A
addConfiguredParameter(Parameter)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for any property using the ant type Parameter.
AppReleaseInfo
- Class in
ch.oscg.jreleaseinfo.info
This class provides information gathered from the build environment.
AppReleaseInfo()
- Constructor for class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
B
BuildNumberHandler
- Class in
ch.oscg.jreleaseinfo
BuildNumberHandler getting the number from a file.
BuildNumberHandler()
- Constructor for class ch.oscg.jreleaseinfo.
BuildNumberHandler
BuildNumberHandlerIF
- Interface in
ch.oscg.jreleaseinfo
BuildNumberHandler interface.
C
ch.oscg.jreleaseinfo
- package ch.oscg.jreleaseinfo
This package contains the code for the JReleaseInfo code generator.
ch.oscg.jreleaseinfo.anttask
- package ch.oscg.jreleaseinfo.anttask
This package contains the code for the JReleaseInfo Ant Tasks.
ch.oscg.jreleaseinfo.info
- package ch.oscg.jreleaseinfo.info
This package contains the generated Release Information File.
checkIsBoolean(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to check if a String value is a valid boolean value.
createCode()
- Method in class ch.oscg.jreleaseinfo.
SourceGenerator
Utility method to write the class java code to a String.
createCode()
- Method in class ch.oscg.jreleaseinfo.
SourceGeneratorApp
Utility method to write the class java code to a String.
createCode()
- Method in interface ch.oscg.jreleaseinfo.
SourceGeneratorIF
Utility method to write the class java code to a String.
createJReleaseInfoFile()
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Utility method to write the class java code to a String.
D
deleteJReleaseInfoFile()
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Utility method to delete the JReleaseInfo file (for test purposes).
deleteJReleaseInfoFile()
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Utility method to delete the JReleaseInfo file (for test purposes).
E
execute()
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
This is the standard execute() method from Task which must be overwritten.
execute(Map, SourceGeneratorIF)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Execute() method.
G
getBuildDate()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get buildDate (set during build process to Tue Mar 08 17:05:49 UTC 2011).
getBuildId()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get buildId (set during build process to "20110308-1705").
getJReleaseInfoFile()
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Utility method to check the JReleaseInfo file (for test purposes).
getName()
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Get name of Property (name, type, value).
getOrganization()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get organization (set during build process to "Open Source Competence Group").
getPathElement(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to append slash to pathelement.
getProject()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get project (set during build process to "jreleaseinfo-1.3.0").
getType()
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Get type of Property (name, type, value).
getUpdatedBuildNumberProperty(int)
- Method in class ch.oscg.jreleaseinfo.
BuildNumberHandler
Get the JReleaseInfoProperty with the updated buildNumber.
getUpdatedBuildNumberProperty(int)
- Method in interface ch.oscg.jreleaseinfo.
BuildNumberHandlerIF
Get the JReleaseInfoProperty with the updated buildNumber.
getValue()
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Get value of Property (name, type, value).
getVersion()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get version (set during build process to "1.3.0").
getWeb()
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Get web (set during build process to "http://www.oscg.ch").
I
isValidClassNameString(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to check the validity of string for a class name.
isValidNameString(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to check the validity of string for name.
isValidPackageNameString(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to check the validity of string for a package name.
J
JReleaseInfoAntTask
- Class in
ch.oscg.jreleaseinfo.anttask
This Task creates a new java source file with embedded informationen about the current build.
JReleaseInfoAntTask()
- Constructor for class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
JReleaseInfoBean
- Class in
ch.oscg.jreleaseinfo
Central class creates the java source file for the desired properties.
JReleaseInfoBean()
- Constructor for class ch.oscg.jreleaseinfo.
JReleaseInfoBean
JReleaseInfoProperty
- Class in
ch.oscg.jreleaseinfo
Property class for JReleaseInfoAntTask task.
JReleaseInfoProperty()
- Constructor for class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Constructor.
JReleaseInfoProperty(String, String, String)
- Constructor for class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Constructor.
JReleaseInfoUtil
- Class in
ch.oscg.jreleaseinfo
Utility class for JReleaseInfoAntTask task.
JReleaseInfoUtil()
- Constructor for class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
L
lowerCaseFirstLetter(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to change the first letter of a string to lowercase.
M
main(String[])
- Static method in class ch.oscg.jreleaseinfo.info.
AppReleaseInfo
Main method.
MESSAGE_EXC_CLASSNAME
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Exception message on invalid class name.
MESSAGE_EXC_PACKAGENAME
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Exception message on invalid package name.
MESSAGE_EXC_TARGETDIR
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Exception message on invalid filename.
P
PROPERTY_BUILDNUM_LAST
- Static variable in class ch.oscg.jreleaseinfo.
BuildNumberHandler
Property Name in buildnum file.
PROPNAME_BUILDDATE
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Property name for Build Date.
PROPNAME_BUILDNUM
- Static variable in interface ch.oscg.jreleaseinfo.
BuildNumberHandlerIF
Property name for Build Number.
S
setBuildNumFile(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the fileName containing the buildnumber.
setBuildNumFile(String)
- Method in class ch.oscg.jreleaseinfo.
BuildNumberHandler
Set method for the fileName containing the buildnumber.
setBuildNumIncrement(int)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the buildNumber increment.
setBuildNumProperty(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set the build number property name.
setClassName(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the classname of the JReleaseInfo file to be created.
setClassName(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Set the class name of the JReleaseInfoAntTask class.
setClassName(String)
- Method in class ch.oscg.jreleaseinfo.
SourceGenerator
Set the classname.
setClassName(String)
- Method in interface ch.oscg.jreleaseinfo.
SourceGeneratorIF
Set the classname.
setName(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Set name of Property (name, type, value).
setPackageName(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the package of the JReleaseInfo class to be created.
setPackageName(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Set the package name of the JReleaseInfoAntTask class.
setPackageName(String)
- Method in class ch.oscg.jreleaseinfo.
SourceGenerator
Set the packagename.
setPackageName(String)
- Method in interface ch.oscg.jreleaseinfo.
SourceGeneratorIF
Set the packagename.
setProject(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the name of the project
setProperties(Map)
- Method in class ch.oscg.jreleaseinfo.
SourceGenerator
Set the property map.
setProperties(Map)
- Method in interface ch.oscg.jreleaseinfo.
SourceGeneratorIF
Set the property map.
setTargetDir(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for target directory where the JReleaseInfo file should be created.
setTargetDir(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoBean
Set the target directory where the file should be created.
setType(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Set type of Property (name, type, value).
setValue(String)
- Method in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Set value of Property (name, type, value).
setVersion(String)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for the version-number.
setWithViewer(boolean)
- Method in class ch.oscg.jreleaseinfo.anttask.
JReleaseInfoAntTask
Set method for isWithViewer flag
SourceGenerator
- Class in
ch.oscg.jreleaseinfo
The SourceGenerator is a simple implementation of the SourceGeneratorIF interface.
SourceGenerator()
- Constructor for class ch.oscg.jreleaseinfo.
SourceGenerator
Default constructor.
SourceGeneratorApp
- Class in
ch.oscg.jreleaseinfo
The SourceGenerator is a simple implementation of the SourceGeneratorIF interface.
SourceGeneratorApp()
- Constructor for class ch.oscg.jreleaseinfo.
SourceGeneratorApp
Default constructor.
SourceGeneratorIF
- Interface in
ch.oscg.jreleaseinfo
Source Generator Interface defines the method an implementation must provide in order to be called as Plug-In from the BuilInfoBean class.
T
TYPE_OBJ_BOOLEAN
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Boolean Type.
TYPE_OBJ_DATE
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Date Type.
TYPE_OBJ_INTEGER
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
Integer Type.
TYPE_OBJ_STRING
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
String Type.
TYPE_PRI_BOOLEAN
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
boolean primitive Type.
TYPE_PRI_INT
- Static variable in class ch.oscg.jreleaseinfo.
JReleaseInfoProperty
int primitive Type.
U
upperCaseFirstLetter(String)
- Static method in class ch.oscg.jreleaseinfo.
JReleaseInfoUtil
Utility method to change the first letter of a string to uppercase.
A
B
C
D
E
G
I
J
L
M
P
S
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes