A C E G I J P S T X

A

AppDescriptor - class at.spardat.xma.boot.antext.AppDescriptor.
AppDescriptor
this class is a custom ant task, that handles the application descriptor during the build of a project.
AppDescriptor() - Constructor for class at.spardat.xma.boot.antext.AppDescriptor
 
accept(String, String, String) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Determines if the version number given in the parameters is accepted according to the settings of minversion, includes and excludes.
addConfiguredDeltaInfo(GenPreloadFile.DeltaInfo) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Adds nested tag containing customization which delta file URLs should be included in the preload file.
at.spardat.xma.boot.antext - package at.spardat.xma.boot.antext
 

C

CopyWithDeltas - class at.spardat.xma.boot.antext.CopyWithDeltas.
Ant Task to copy a specified file together with its delta files to previous versions into a specified target directory.
CopyWithDeltas() - Constructor for class at.spardat.xma.boot.antext.CopyWithDeltas
Default constructor needed by Ant.
checkVersions() - Method in class at.spardat.xma.boot.antext.AppDescriptor
check and replace version idīs for all resources
compareTo(Object) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.Version
Compares this Version to an other Version.

E

execute() - Method in class at.spardat.xma.boot.antext.AppDescriptor
main excecution method
execute() - Method in class at.spardat.xma.boot.antext.CopyWithDeltas
Copies the specified file together with its delta files to previous versions into the specified target directory.
execute() - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Called by ant to do the work of the task.
execute() - Method in class at.spardat.xma.boot.antext.JarDeltas
 
execute() - Method in class at.spardat.xma.boot.antext.XMAChecksum
 

G

GenPreloadFile - class at.spardat.xma.boot.antext.GenPreloadFile.
Ant task to generate a html document containing a list of links to all downloadable resources of an XMA application.
GenPreloadFile() - Constructor for class at.spardat.xma.boot.antext.GenPreloadFile
 
GenPreloadFile.DeltaInfo - class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo.
Implements the subtag .
GenPreloadFile.DeltaInfo() - Constructor for class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
 
GenPreloadFile.Version - class at.spardat.xma.boot.antext.GenPreloadFile.Version.
Represents a version number.
GenPreloadFile.Version(String, String, String) - Constructor for class at.spardat.xma.boot.antext.GenPreloadFile.Version
Constructs a Version from major,minor,bugfix.
GenPreloadFile.Version(String, boolean) - Constructor for class at.spardat.xma.boot.antext.GenPreloadFile.Version
Constructs a Version by parsing it form a String.
GenPreloadFile.VersionRange - class at.spardat.xma.boot.antext.GenPreloadFile.VersionRange.
Represents a range of version numbers defined by a minimum and a maximum version number.
GenPreloadFile.VersionRange() - Constructor for class at.spardat.xma.boot.antext.GenPreloadFile.VersionRange
 
getName() - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Get the name of the affected resource.

I

init() - Method in class at.spardat.xma.boot.antext.AppDescriptor
 
init() - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
isExtern() - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
isInRange(GenPreloadFile.Version) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.VersionRange
Dedermines if the given version is contained in the range.
isPreloadfull() - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Returns if the full version of the resource should be included in the preload.
isVerbose() - Method in class at.spardat.xma.boot.antext.XMAChecksum
 

J

JarDeltas - class at.spardat.xma.boot.antext.JarDeltas.
 
JarDeltas() - Constructor for class at.spardat.xma.boot.antext.JarDeltas
 

P

parse(String) - Static method in class at.spardat.xma.boot.antext.GenPreloadFile.VersionRange
Parses a version range from a String.
prepareInput() - Method in class at.spardat.xma.boot.antext.AppDescriptor
check input variables, directories, load files and parse application descriptor

S

STR_HASHF_EXT - Static variable in class at.spardat.xma.boot.antext.AppDescriptor
 
saveDescriptor() - Method in class at.spardat.xma.boot.antext.AppDescriptor
save the application descriptor file to disk
setDir(File) - Method in class at.spardat.xma.boot.antext.AppDescriptor
 
setExcludes(String) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Sets a pattern for delta download files to exclude from the preload.
setExtern(boolean) - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
setFile(String) - Method in class at.spardat.xma.boot.antext.AppDescriptor
 
setFile(File) - Method in class at.spardat.xma.boot.antext.CopyWithDeltas
Set the File to copy.
setFile(File) - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
setGendeltas(boolean) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Set if the URLs for delta download files should be included in the preload file.
setIncludes(String) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Sets a pattern for delta download files to include into the preload.
setMinVersion(String) - Method in class at.spardat.xma.boot.antext.CopyWithDeltas
Set the minimal version for delta files to copy.
setMinVersion(String) - Method in class at.spardat.xma.boot.antext.JarDeltas
Set the minimal version number for which deltas shall be generated.
setMinversion(String) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Set the minimum version for delta download files to include in the preload.
setName(String) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Set the name of the affected resource.
setNo99(boolean) - Method in class at.spardat.xma.boot.antext.JarDeltas
Set if version 99.99.99 should be ignored.
setPlugin(File) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Set the plugins.xml file to read the plugin resources
setPreload(File) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Set the output file to write the preload list
setPreloadfull(boolean) - Method in class at.spardat.xma.boot.antext.GenPreloadFile.DeltaInfo
Set if the full version of the resource should be included in the preload.
setPreservelastmodified(boolean) - Method in class at.spardat.xma.boot.antext.CopyWithDeltas
Set if the modification timestamp of the copied files remains unchanged.
setTarget(File) - Method in class at.spardat.xma.boot.antext.JarDeltas
Set the jar-file of the new version.
setTestDeltas(boolean) - Method in class at.spardat.xma.boot.antext.JarDeltas
Set if the generated deltas shall be tested.
setToDir(File) - Method in class at.spardat.xma.boot.antext.CopyWithDeltas
Set the target directory for the copies.
setType(String) - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
setVerbose(boolean) - Method in class at.spardat.xma.boot.antext.AppDescriptor
 
setVerbose(boolean) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Turn on verbose output to the ant console
setVerbose(boolean) - Method in class at.spardat.xma.boot.antext.XMAChecksum
 
setVersionsDir(File) - Method in class at.spardat.xma.boot.antext.JarDeltas
Set the directory where to search for version subdirectorys.
setXmaapp(File) - Method in class at.spardat.xma.boot.antext.GenPreloadFile
Set the xma-app.xml file to read the resources

T

toString() - Method in class at.spardat.xma.boot.antext.GenPreloadFile.Version
Returns the string representation of this Version.
toString() - Method in class at.spardat.xma.boot.antext.GenPreloadFile.VersionRange
Returns the string representation of the range.

X

XMAChecksum - class at.spardat.xma.boot.antext.XMAChecksum.
XMAChecksum
XMAChecksum() - Constructor for class at.spardat.xma.boot.antext.XMAChecksum
 

A C E G I J P S T X