A C D E G I L M P R S T U

A

APPNAME - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys
 
addConstantDesc(ConstantDesc) - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 

C

CLASS_COMMENT_SUFFIX - Static variable in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
CLASS_COMMENT_SUFFIX_LEN - Static variable in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
CLASS_NAME_COMPARATOR - Static variable in class com.fullspan.propkeyconst.descriptor.ClassDesc
A singleton instance of $ClassDesc.ClassNameComparator
CONFIRM_NEW_PASSWORD - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD
For confirming new password when changing existing user account
CONSTANT_NAME_COMPARATOR - Static variable in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
CREATE - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.TITLE
 
ClassDesc - class com.fullspan.propkeyconst.descriptor.ClassDesc.
Descriptor of a class that contains Constants for property keys, and Inner Classes.
ClassDesc.ClassNameComparator - class com.fullspan.propkeyconst.descriptor.ClassDesc.ClassNameComparator.
Compares two ClassDesc instances by comparing their name properties.
ClassDesc.ClassNameComparator() - Constructor for class com.fullspan.propkeyconst.descriptor.ClassDesc.ClassNameComparator
 
CommentDesc - class com.fullspan.propkeyconst.descriptor.CommentDesc.
A comment descriptor.
CommentDesc(String, String) - Constructor for class com.fullspan.propkeyconst.descriptor.CommentDesc
 
ConstantDesc - class com.fullspan.propkeyconst.descriptor.ConstantDesc.
A constant descriptor.
ConstantDesc(String, String) - Constructor for class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
ConstantDesc.ConstantNameComparator - class com.fullspan.propkeyconst.descriptor.ConstantDesc.ConstantNameComparator.
 
ConstantDesc.ConstantNameComparator() - Constructor for class com.fullspan.propkeyconst.descriptor.ConstantDesc.ConstantNameComparator
 
ConstantGenerator - class com.fullspan.propkeyconst.ConstantGenerator.
Generates a Java source file with inner classes and constants (static final Strings) representing property keys.
ConstantGenerator(String, String, String, RootClassDesc) - Constructor for class com.fullspan.propkeyconst.ConstantGenerator
Construct an instance of this class to generate a single .java file with all of the constants in the rootClassDesc.
com.fullspan.propkeyconst - package com.fullspan.propkeyconst
 
com.fullspan.propkeyconst.descriptor - package com.fullspan.propkeyconst.descriptor
 
com.fullspan.propkeyconst.util - package com.fullspan.propkeyconst.util
 
com.fullspan.propkeyexample.simple - package com.fullspan.propkeyexample.simple
 
compare(Object, Object) - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc.ClassNameComparator
Compare the name property of o1 and o2.
compare(Object, Object) - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc.ConstantNameComparator
 

D

demonstrateExamplePropKeyConstantUsage() - Static method in class com.fullspan.propkeyexample.simple.SimpleExampleApp
 

E

EDIT - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.TITLE
 
emit(String, int) - Method in class com.fullspan.propkeyconst.ConstantGenerator
Break the text into lines, and emit each line separately, prefixed by the proper indentation.
emitConstants(ClassDesc) - Method in class com.fullspan.propkeyconst.ConstantGenerator
 
emitInnerClasses(ClassDesc) - Method in class com.fullspan.propkeyconst.ConstantGenerator
 
emitOuter() - Method in class com.fullspan.propkeyconst.ConstantGenerator
 

G

generate() - Method in class com.fullspan.propkeyconst.ConstantGenerator
Generate the .java file with the directory, package name, and class name specified in this object's constructor.
generate() - Method in class com.fullspan.propkeyconst.PropertyFileGenerator
Generate the .properties file with the directory and file name, and class name specified in this object's constructor.
generateComment(ICommentHolder) - Method in class com.fullspan.propkeyconst.PropertyFileGenerator
 
generateConstants(ClassDesc) - Method in class com.fullspan.propkeyconst.PropertyFileGenerator
 
getClassDesc(String[], int, boolean) - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
getClassDesc(String, boolean) - Method in class com.fullspan.propkeyconst.descriptor.RootClassDesc
Get the class descriptor for the dottedName, optionally creating it if necessary.
getComment() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getCommentBlock(ICommentHolder) - Static method in class com.fullspan.propkeyconst.ConstantGenerator
If the commentHolder has a non-null comment, returns a JavaDoc comment block with the commentHolder's comment text embedded.
getCommentDesc() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
getCommentDesc() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
getCommentDesc() - Method in interface com.fullspan.propkeyconst.descriptor.ICommentHolder
 
getConstantDesc(String) - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
getConstantDescList() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
Gets the list of ConstantDescs, sorted by the name of each constant.
getDottedClassName() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getDottedClassName() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
getHasComment() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
getHasComment() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
getHasComment() - Method in interface com.fullspan.propkeyconst.descriptor.ICommentHolder
 
getIndent(int) - Static method in class com.fullspan.propkeyconst.ConstantGenerator
 
getInnerClassDescList() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
Gets the list of inner ClassDescs, sorted by the name of each inner class.
getIsClassComment() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getIsConstantComment() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getLevel() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
Returns the nesting level of this ClassDesc.
getName() - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
getName() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
getPropKey() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getPropKey() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
getPropName() - Method in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
getResourceText(String) - Static method in class com.fullspan.propkeyconst.util.PropKeyUtil
 
getResourceText(InputStream) - Static method in class com.fullspan.propkeyconst.util.PropKeyUtil
 
getRootClassDesc() - Method in class com.fullspan.propkeyconst.PropertyLoader
Call this after calling PropertyLoader.load() to get the resulting class descriptor.
getValue() - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 

I

ICommentHolder - interface com.fullspan.propkeyconst.descriptor.ICommentHolder.
 
INDENT - Static variable in class com.fullspan.propkeyconst.ConstantGenerator
 
isComment(String) - Static method in class com.fullspan.propkeyconst.descriptor.CommentDesc
Determines if a propKey is a comment based on the naming convention.

L

LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD
For confirming password during original creation of user account
LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL
 
LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID
 
LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD
For new password when changing existing user account
LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD
For old password when changing existing user account
LABEL - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD
 
load() - Method in class com.fullspan.propkeyconst.PropertyLoader
Load the Properties object(s) that were specified in the constructor.
loadPropKey(String, String) - Method in class com.fullspan.propkeyconst.PropertyLoader
 
loadPropertiesObj(Properties) - Method in class com.fullspan.propkeyconst.PropertyLoader
 

M

MAX_FREE_LOGINS - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys
Maximum number of free logins before registering
main(String[]) - Static method in class com.fullspan.propkeyconst.ConstantGenerator
 
main(String[]) - Static method in class com.fullspan.propkeyexample.simple.SimpleExampleApp
 
merge(String, Map) - Static method in class com.fullspan.propkeyconst.ConstantGenerator
Merges the parameters in the map into the template, using <% and %> as delimiters.

P

PROP_COMMENT_SUFFIX - Static variable in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
PROP_COMMENT_SUFFIX_LEN - Static variable in class com.fullspan.propkeyconst.descriptor.CommentDesc
 
PropKeyUtil - class com.fullspan.propkeyconst.util.PropKeyUtil.
 
PropertyFileGenerator - class com.fullspan.propkeyconst.PropertyFileGenerator.
Generates a Java .properties file with property keys and values.
PropertyFileGenerator(String, RootClassDesc) - Constructor for class com.fullspan.propkeyconst.PropertyFileGenerator
Construct an instance of this class to generate a single .properties file with all of the constants in the rootClassDesc.
PropertyLoader - class com.fullspan.propkeyconst.PropertyLoader.
Load one or more Properties objects.
PropertyLoader(Properties) - Constructor for class com.fullspan.propkeyconst.PropertyLoader
Construct an instance which will load a single Properties object
PropertyLoader(Properties[]) - Constructor for class com.fullspan.propkeyconst.PropertyLoader
Construct an instance which will load multiple Properties objects
processComment(CommentDesc) - Method in class com.fullspan.propkeyconst.PropertyLoader
 
processComments() - Method in class com.fullspan.propkeyconst.PropertyLoader
 

R

RootClassDesc - class com.fullspan.propkeyconst.descriptor.RootClassDesc.
A specialized ClassDesc that represents the root (outer-most) class in the class containment hierarchy.
RootClassDesc() - Constructor for class com.fullspan.propkeyconst.descriptor.RootClassDesc
 

S

SimpleExampleApp - class com.fullspan.propkeyexample.simple.SimpleExampleApp.
 
SimpleExampleApp() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExampleApp
 
SimpleExamplePropkeys - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.
Property key constants for the Music Manager application
SimpleExamplePropkeys() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys
 
SimpleExamplePropkeys.FORM - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.
Titles, field labels, validation data, etc for forms and fields
SimpleExamplePropkeys.FORM() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM
 
SimpleExamplePropkeys.FORM.ALBUM - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.
 
SimpleExamplePropkeys.FORM.ALBUM() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM
 
SimpleExamplePropkeys.FORM.ALBUM.TITLE - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.TITLE.
 
SimpleExamplePropkeys.FORM.ALBUM.TITLE() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.ALBUM.TITLE
 
SimpleExamplePropkeys.FORM.LOGIN - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.
 
SimpleExamplePropkeys.FORM.LOGIN() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.CONFIRM_PASSWORD
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.EMAIL
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.LOGINID
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.NEW_PASSWORD
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.OLD_PASSWORD
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD - class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD.
 
SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD() - Constructor for class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN.FIELD.PASSWORD
 
setCommentDesc(CommentDesc) - Method in class com.fullspan.propkeyconst.descriptor.ClassDesc
 
setCommentDesc(CommentDesc) - Method in class com.fullspan.propkeyconst.descriptor.ConstantDesc
 
setCommentDesc(CommentDesc) - Method in interface com.fullspan.propkeyconst.descriptor.ICommentHolder
 
splitDotted(String) - Static method in class com.fullspan.propkeyconst.util.PropKeyUtil
 
splitRightmostDotted(String) - Static method in class com.fullspan.propkeyconst.util.PropKeyUtil
Splits the input string into a dotted prefix and a name.

T

TITLE - Static variable in class com.fullspan.propkeyexample.simple.SimpleExamplePropkeys.FORM.LOGIN
 

U

USAGE - Static variable in class com.fullspan.propkeyconst.ConstantGenerator
 

A C D E G I L M P R S T U