A C D E F G I L M N S T 

A

addConfiguredSharedVariable(EnvGenTask.SharedVariable) - Method in class com.basilv.envgen.EnvGenTask
 
addConfiguredSource(FileSet) - Method in class com.basilv.envgen.EnvGenTask
 
addConfiguredTransform(EnvGenTask.TransformSpecification) - Method in class com.basilv.envgen.EnvGenTask
 
addProperty(int, String, String) - Method in class com.basilv.envgen.EnvironmentProperties
 
Assert - Class in com.basilv.core
Provides assertion support.
Assert() - Constructor for class com.basilv.core.Assert
 

C

com.basilv.core - package com.basilv.core
 
com.basilv.envgen - package com.basilv.envgen
 

D

deleteFile(File) - Static method in class com.basilv.core.FileUtilities
 
deleteRecursively(File) - Static method in class com.basilv.core.FileUtilities
Delete the specified directory and all its contents.

E

EnvGenTask - Class in com.basilv.envgen
Ant task for EnvGen - Environment Specific File Generator.
EnvGenTask() - Constructor for class com.basilv.envgen.EnvGenTask
 
EnvGenTask.SharedVariable - Class in com.basilv.envgen
Represents a shared variable for the FreeMarker configuration.
EnvGenTask.SharedVariable() - Constructor for class com.basilv.envgen.EnvGenTask.SharedVariable
 
EnvGenTask.TransformSpecification - Class in com.basilv.envgen
Represents a shared transform for the FreeMarker configuration.
EnvGenTask.TransformSpecification() - Constructor for class com.basilv.envgen.EnvGenTask.TransformSpecification
 
EnvironmentProperties - Class in com.basilv.envgen
Holds a set of properties (as a map) for each environment.
EnvironmentProperties(int) - Constructor for class com.basilv.envgen.EnvironmentProperties
 
EnvironmentPropertiesLoader - Class in com.basilv.envgen
Loads environment properties from the specified CSV file and populates an instance of EnvironmentProperties.
EnvironmentPropertiesLoader() - Constructor for class com.basilv.envgen.EnvironmentPropertiesLoader
 
execute() - Method in class com.basilv.envgen.EnvGenTask
 

F

FileUtilities - Class in com.basilv.core
Contains utility methods for working with Files.
FileUtilities() - Constructor for class com.basilv.core.FileUtilities
 

G

get(String) - Method in class com.basilv.envgen.TemplateMapModel
 
getAsString() - Method in class com.basilv.envgen.TemplateMapModel
 
getAsTemplateMapModel(String) - Method in class com.basilv.envgen.TemplateMapModel
 
getCanonicalPath(File) - Static method in class com.basilv.core.FileUtilities
Return the canonical path, or the absolute path if an error occurs.
getEnvPropertiesList() - Method in class com.basilv.envgen.EnvironmentProperties
 
getName() - Method in class com.basilv.envgen.EnvGenTask.SharedVariable
 
getName() - Method in class com.basilv.envgen.EnvGenTask.TransformSpecification
 
getNumberOfEnvironments() - Method in class com.basilv.envgen.EnvironmentProperties
 
getPropertiesForEnvironment(int) - Method in class com.basilv.envgen.EnvironmentProperties
 
getTransformInstance() - Method in class com.basilv.envgen.EnvGenTask.TransformSpecification
 
getValue() - Method in class com.basilv.envgen.EnvGenTask.SharedVariable
 
getWriter(Writer, Map) - Method in class com.basilv.envgen.MainframeFileFormatTransform
 
getWriter(Writer, Map) - Method in class com.basilv.envgen.SkipGenerationTransform
 
greaterThanZero(int) - Static method in class com.basilv.core.Assert
Fails the assertion if the integer is not greater than zero.
greaterThanZero(String, int) - Static method in class com.basilv.core.Assert
Fails the assertion if the integer is not greater than zero.

I

isEmpty() - Method in class com.basilv.envgen.TemplateMapModel
 
isFalse(String, boolean) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified expression is true.
isFalse(boolean) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified expression is true.
isNullOrEmpty(String) - Static method in class com.basilv.core.StringUtilities
 
isSkipGenerationAndResetFlag() - Static method in class com.basilv.envgen.SkipGenerationTransform
 
isTrue(String, boolean) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified expression is false.
isTrue(boolean) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified expression is false.

L

load(String) - Static method in class com.basilv.envgen.EnvironmentPropertiesLoader
Load the CSV file into an EnvironmentProperties instance.

M

MainframeFileFormatTransform - Class in com.basilv.envgen
Template to format input into a form acceptable for mainframes.
MainframeFileFormatTransform() - Constructor for class com.basilv.envgen.MainframeFileFormatTransform
Must have a default no-arg constructor.

N

notNegative(int) - Static method in class com.basilv.core.Assert
Fails the assertion if the integer is less than zero.
notNegative(String, int) - Static method in class com.basilv.core.Assert
Fails the assertion if the integer is less than zero.
notNull(Object) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified object is null.
notNull(String, Object) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified object is null.
notNullOrEmpty(String) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified string is null or empty.
notNullOrEmpty(String, String) - Static method in class com.basilv.core.Assert
Fails the assertion if the specified string is null or empty.

S

setClass(String) - Method in class com.basilv.envgen.EnvGenTask.TransformSpecification
 
setDestDir(File) - Method in class com.basilv.envgen.EnvGenTask
 
setDiffToUpdate(boolean) - Method in class com.basilv.envgen.EnvGenTask
 
setEnvPropertiesFile(File) - Method in class com.basilv.envgen.EnvGenTask
 
setName(String) - Method in class com.basilv.envgen.EnvGenTask.SharedVariable
 
setName(String) - Method in class com.basilv.envgen.EnvGenTask.TransformSpecification
 
setOverwrite(boolean) - Method in class com.basilv.envgen.EnvGenTask
 
setStripFileExtension(boolean) - Method in class com.basilv.envgen.EnvGenTask
 
setValue(String) - Method in class com.basilv.envgen.EnvGenTask.SharedVariable
 
shouldNotReach() - Static method in class com.basilv.core.Assert
Automatically throws an AssertionException.
shouldNotReach(String) - Static method in class com.basilv.core.Assert
Automatically throws an AssertionException using the specified message.
SkipGenerationTransform - Class in com.basilv.envgen
Template to skip generation of the target file.
SkipGenerationTransform() - Constructor for class com.basilv.envgen.SkipGenerationTransform
Must have a default no-arg constructor.
StringUtilities - Class in com.basilv.core
Provides utility methods for Strings.
StringUtilities() - Constructor for class com.basilv.core.StringUtilities
 

T

TemplateMapModel - Class in com.basilv.envgen
Adapts a Map of property names and values to Freemarker's TemplateModel interface.
TemplateMapModel(Map) - Constructor for class com.basilv.envgen.TemplateMapModel
 
A C D E F G I L M N S T 

EnvGen available from www.basilv.com/psd/software Copyright © 2007 Basil Vandegriend. All Rights Reserved.