Index

A C D E F G I O R S W 
All Classes and Interfaces|All Packages

A

AntLogger - Class in org.wurbelizer.ant.misc
Ant logger.
Used if the wurbelizer is invoked from within Ant.
AntLogger(Project) - Constructor for class org.wurbelizer.ant.misc.AntLogger
Creates an Ant logger.
AntWurbiler - Class in org.wurbelizer.ant.wurbile
Ant Task to invoke the SourceWurbiler.
This task will recursively scan the sourcedir looking for *.wrbl-files to wurbile.
AntWurbiler() - Constructor for class org.wurbelizer.ant.wurbile.AntWurbiler
Creates an instance of a wurbiler within ant.
AntWurbler - Class in org.wurbelizer.ant.wurbel
Ant Task to invoke the SourceWurbler.
This task will recursively scan the sourcedir looking *.java-files or *.wurb-files and their corresponding Java source files to wurbelize.
AntWurbler() - Constructor for class org.wurbelizer.ant.wurbel.AntWurbler
Creates an instanceof of a wurbler for wurbelization of source files from within ant.

C

checkFileName(File, String) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Checks if given filename applies.
By default java and wurb-files are ok.
checkParameters() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Checks that all required attributes have been set and nothing silly has been entered.
checkParameters() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Checks that all required attributes have been set and nothing silly has been entered.
createSrc() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Creates a path for source wurbelization.
createSrc() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Creates a path for source compilation.

D

debug(String) - Method in class org.wurbelizer.ant.misc.AntLogger
 
debug(String, Throwable) - Method in class org.wurbelizer.ant.misc.AntLogger
 

E

error(String) - Method in class org.wurbelizer.ant.misc.AntLogger
 
error(String, Throwable) - Method in class org.wurbelizer.ant.misc.AntLogger
 
execute() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Executes the task.
execute() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Executes the task.
exportProperties() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Extracts all ant-properties to make them available in wurblet-args.

F

failOnError - Variable in class org.wurbelizer.ant.wurbile.AntWurbiler
True if fail on wurblet error.

G

getAnalyzeDir() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the wurblet info directory.
getDestdir() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the destination directory into which the java source files should be compiled.
getFailOnError() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the failonerror flag.
getFailOnError() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the failonerror flag.
getFileList() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the list of files to be wurbelized.
getFileList() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the list of files to be compiled.
getIndent() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the initial source indent.
getPackageName() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the packageName.
getParentClass() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the parent class.
getPrintStackTrace() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the stacktrace flag.
getSrcdir() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the source dirs to find the source java files.
getSrcdir() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the source dirs to find the source java files.
getVerbosity() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the verbosity.
getVerbosity() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Gets the verbosity.
getWurbletpath() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the wurblet path as a colon-separated string.
getWurbletPathArray() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the wurblet path.

I

info(String) - Method in class org.wurbelizer.ant.misc.AntLogger
 
info(String, Throwable) - Method in class org.wurbelizer.ant.misc.AntLogger
 
isDebugLoggable() - Method in class org.wurbelizer.ant.misc.AntLogger
 
isDryRun() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Returns whether this is only a dry run.
isErrorLoggable() - Method in class org.wurbelizer.ant.misc.AntLogger
 
isInfoLoggable() - Method in class org.wurbelizer.ant.misc.AntLogger
 
isRunOnce() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Gets the runonce feature.
isWarningLoggable() - Method in class org.wurbelizer.ant.misc.AntLogger
 

O

org.wurbelizer.ant.misc - package org.wurbelizer.ant.misc
Ant helper classes.
org.wurbelizer.ant.wurbel - package org.wurbelizer.ant.wurbel
Ant task to run wurblets.
org.wurbelizer.ant.wurbile - package org.wurbelizer.ant.wurbile
Ant task to compile wurblets.

R

recreateSrc() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Recreate a path for source wurbelization.
recreateSrc() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Recreates a path for source compilation.
resetFileLists() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Clears the list of files to be compiled and copied.
resetFileLists() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Clears the list of files to be compiled and copied.

S

scanDir(File, String[]) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Scans the directory looking for source files to be wurbelized.
scanDir(File, String[]) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Scans the directory looking for source files to be wurbelized.
setAnalyzeDir(String) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the wurblet info directory.
setDestdir(File) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the destination directory into which the Java source files should be compiled.
setDryRun(boolean) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the dry run property.
setFailOnError(boolean) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the fail on error flag.
setFailOnError(boolean) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setIndent(int) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the initial source ident (leading spaces for compiled wurblet source) Default is 4.
setPackageName(String) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the package name.
setParentClass(String) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the parent class.
setPrintStackTrace(boolean) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the print stacktrace feature.
setProceed(boolean) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets whether to proceed on error.
setProceed(boolean) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets whether to proceed on error.
setRunOnce(boolean) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets whether files should be wurbelized more than once within a single ant-run.
setSrcdir(Path) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the source directories to find the source Java files.
setSrcdir(Path) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the source directories to find the source Java files.
setVerbosity(String) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the verbosity.
setVerbosity(String) - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Sets the verbosity.
setWurbletpath(String) - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Sets the package names to load the wurblets.

W

warning(String) - Method in class org.wurbelizer.ant.misc.AntLogger
 
warning(String, Throwable) - Method in class org.wurbelizer.ant.misc.AntLogger
 
wurbelize() - Method in class org.wurbelizer.ant.wurbel.AntWurbler
Perform the wurbelization.
wurbile() - Method in class org.wurbelizer.ant.wurbile.AntWurbiler
Compiles the wurblets.
wurbleList - Variable in class org.wurbelizer.ant.wurbile.AntWurbiler
List of all wrbl-files that need to be wurbiled.
A C D E F G I O R S W 
All Classes and Interfaces|All Packages