A B C D E F G I J M N O P R S T U V

A

AbstractConfiguration - class org.beanmaker.conf.AbstractConfiguration.
AbstractConfiguration is a abstract configuration that represents a node in a XML file.
AbstractConfiguration(String) - Constructor for class org.beanmaker.conf.AbstractConfiguration
Creates the AbstractConfiguration object.
addConfiguration(Configuration) - Method in class org.beanmaker.conf.ConfigurationImpl
Add a configuration subnode
appendValueData(String) - Method in class org.beanmaker.conf.ConfigurationImpl
 
ArgumentConstants - class org.beanmaker.util.ArgumentConstants.
ArgumentConstants is the class that contains the options.
ArgumentConstants() - Constructor for class org.beanmaker.util.ArgumentConstants
 
Arguments - class org.beanmaker.util.Arguments.
Utility like Unix getopt.
Arguments() - Constructor for class org.beanmaker.util.Arguments
 

B

Bean - class org.beanmaker.Bean.
Bean is the class that contains the informations of xml file.
Bean() - Constructor for class org.beanmaker.Bean
Constructs the Bean object.
BeanCreator - class org.beanmaker.BeanCreator.
BeanCreator creates the JavaBean writes it on the file.
BeanCreator(String[]) - Constructor for class org.beanmaker.BeanCreator
Constructs the object.
BeanMakerConstants - interface org.beanmaker.BeanMakerConstants.
 
build(InputStream) - Static method in class org.beanmaker.conf.ConfigurationBuilder
Return the parsed configuration tree.
build(String) - Static method in class org.beanmaker.conf.ConfigurationBuilder
Return the parsed configuration tree.
buildAttribute(String, String) - Method in class org.beanmaker.BeanCreator
Creates the attribute in the following format private attributeType attributeName;
buildConstructor(String) - Method in class org.beanmaker.BeanCreator
Creates the constructor.
buildHeaderClass(String, String, ArrayList) - Method in class org.beanmaker.BeanCreator
Creates the signature of the class.
buildMethod(String, String, String) - Method in class org.beanmaker.BeanCreator
Creates the set or get method (specify in typeMethod) of the property specified in attribute.

C

characters(char[], int, int) - Method in class org.beanmaker.conf.SAXConfigurationBuilder
Receive notification of character data.
CLASS_NAME - Variable in class org.beanmaker.Creator
 
CLASS_NAME - Static variable in class org.beanmaker.Bean
Identifies the class name.
CLOSE_PARENTHESIS - Static variable in class org.beanmaker.Creator
 
commentClass - Variable in class org.beanmaker.util.JavadocManager
Identifies the comment for class
Configuration - interface org.beanmaker.conf.Configuration.
Configuration is a configuration represented in the XML format
ConfigurationBuilder - class org.beanmaker.conf.ConfigurationBuilder.
This utility class will create a Configuration tree from an XML file.
ConfigurationBuilder() - Constructor for class org.beanmaker.conf.ConfigurationBuilder
 
ConfigurationException - exception org.beanmaker.conf.ConfigurationException.
 
ConfigurationException(Exception) - Constructor for class org.beanmaker.conf.ConfigurationException
 
ConfigurationException(String) - Constructor for class org.beanmaker.conf.ConfigurationException
 
ConfigurationImpl - class org.beanmaker.conf.ConfigurationImpl.
 
ConfigurationImpl(String) - Constructor for class org.beanmaker.conf.ConfigurationImpl
 
createBean(Bean, String) - Method in class org.beanmaker.BeanCreator
Handles the writing operations of the JavaBean
createPath(String, String) - Method in class org.beanmaker.BeanCreator
Creates the path where to save JavaBean
Creator - class org.beanmaker.Creator.
Creator is the class that contains the constants of a Java class.
Creator() - Constructor for class org.beanmaker.Creator
Creates an empty object

D

DEFINITION_ATTRIBUTE - Static variable in class org.beanmaker.Creator
 
DEFINITION_CLASS - Static variable in class org.beanmaker.Creator
 
DEFINITION_METHOD - Static variable in class org.beanmaker.Creator
 

E

END_LINE - Static variable in class org.beanmaker.Creator
 
endElement(String) - Method in class org.beanmaker.conf.SAXConfigurationBuilder
Receive notification of the end of an element.
ESTENSION - Static variable in class org.beanmaker.Creator
 
EXTENDS - Static variable in class org.beanmaker.Creator
 

F

formatAttribute(String) - Method in class org.beanmaker.Creator
Formats the String specifies in attribute.

G

getArguments() - Method in class org.beanmaker.util.Arguments
Return argument
getAttributes() - Method in class org.beanmaker.Bean
Return the attributes
getBeanName() - Method in class org.beanmaker.Bean
Return the name of the JavaBean
getBeans(Configuration) - Method in class org.beanmaker.BeanCreator
 
getCommentClass() - Method in class org.beanmaker.util.JavadocManager
Return the comment for class
getCommentClassVariable(String[]) - Method in class org.beanmaker.util.JavadocManager
Return the comment for variable
getCommentGetMethod(String[]) - Method in class org.beanmaker.util.JavadocManager
Return the comment for get method
getCommentSetMethod(String[]) - Method in class org.beanmaker.util.JavadocManager
Return the comment for set method
getConfiguration() - Method in class org.beanmaker.conf.SAXConfigurationBuilder
Return the parsed configuration tree.
getConfiguration(String) - Method in class org.beanmaker.conf.ConfigurationImpl
Return the first subnode for the given name
getConfiguration(String) - Method in interface org.beanmaker.conf.Configuration
Return child node of this configuration with the given name
getConfiguration(String) - Method in class org.beanmaker.conf.AbstractConfiguration
Return a configuration specified in name
getConfiguration(String, String) - Method in class org.beanmaker.conf.ConfigurationImpl
Return the first subnode for the given name
getConfiguration(String, String) - Method in interface org.beanmaker.conf.Configuration
Return child node of this configuration with the given name
getConfigurations(String) - Method in class org.beanmaker.conf.ConfigurationImpl
Return an iterator for configuration subnodes for the given name
getConfigurations(String) - Method in interface org.beanmaker.conf.Configuration
Return child nodes of this configuration with the given name
getConfigurations(String) - Method in class org.beanmaker.conf.AbstractConfiguration
Return a iterator of configuration specified in name
getException() - Method in class org.beanmaker.conf.ConfigurationException
 
getFloatValue() - Method in interface org.beanmaker.conf.Configuration
Return the value of this configuration as float
getFloatValue() - Method in class org.beanmaker.conf.AbstractConfiguration
Return the value of this configuraion as a float.
getImports() - Method in class org.beanmaker.Bean
Return the imports, the size of ArrayList is 0 if the imports are not specified
getInterfaces() - Method in class org.beanmaker.Bean
Return the interfaces that the JavaBean'll implement, the size of ArrayList is 0 if the interfaces are not specified
getIntValue() - Method in interface org.beanmaker.conf.Configuration
Return the value of this configuration as int
getIntValue() - Method in class org.beanmaker.conf.AbstractConfiguration
Return the value of this configuraion as a int
getlistFiles() - Method in class org.beanmaker.util.Arguments
 
getListValue(ConfigurationImpl, String) - Method in class org.beanmaker.BeanCreator
Return a collection of value of configuration specified in name
getName() - Method in interface org.beanmaker.conf.Configuration
Return the name of this configuration
getName() - Method in class org.beanmaker.conf.AbstractConfiguration
Return the name of this configuration
getPackage() - Method in class org.beanmaker.Bean
Return the package of the JavaBean, String can be void if the package isn't specified.
getSingleValue(ConfigurationImpl, String) - Method in class org.beanmaker.BeanCreator
Return the single value of configuration specified in name
getStringParameter() - Method in class org.beanmaker.util.Arguments
Return String parameter
getSuperclass() - Method in class org.beanmaker.Bean
Return the name of superclass, the size of ArrayList is 0 if the interfaces aren't specified
getTypes() - Method in class org.beanmaker.Bean
Return the types of attributes
getValue() - Method in interface org.beanmaker.conf.Configuration
Return the value of this configuration as String
getValue() - Method in class org.beanmaker.conf.AbstractConfiguration
Return the value of this configuration
getValue(String) - Method in interface org.beanmaker.conf.Configuration
Return the value of this configuration as String
getValue(String) - Method in class org.beanmaker.conf.AbstractConfiguration
Return the value of this configuration.

I

IMPLEMENTS - Static variable in class org.beanmaker.Creator
 
IMPORT - Static variable in class org.beanmaker.Creator
 
INTRO_MESSAGE - Static variable in class org.beanmaker.util.ArgumentConstants
Identifies the intro message

J

JavadocManager - class org.beanmaker.util.JavadocManager.
JavadocManager is the manager of Javadoc
JavadocManager() - Constructor for class org.beanmaker.util.JavadocManager
Constructs the object

M

main(String[]) - Static method in class org.beanmaker.BeanCreator
 
METHOD_GET - Static variable in class org.beanmaker.Creator
 
METHOD_GET_BOOLEAN - Static variable in class org.beanmaker.Creator
 
METHOD_SET - Static variable in class org.beanmaker.Creator
 

N

name - Variable in class org.beanmaker.conf.AbstractConfiguration
name of this configuration

O

OPEN_PARENTHESIS - Static variable in class org.beanmaker.Creator
 
org.beanmaker - package org.beanmaker
 
org.beanmaker.conf - package org.beanmaker.conf
 
org.beanmaker.util - package org.beanmaker.util
 

P

PACKAGE - Static variable in class org.beanmaker.Creator
 
parseArgumentTokens(String[], char[]) - Method in class org.beanmaker.util.Arguments
Takes the array of standar Args passed from main method and parses the '-' and the characters after arg.
PATH - Static variable in class org.beanmaker.Creator
 
printUsage() - Method in class org.beanmaker.util.Arguments
 

R

RETURN_CARRIAGE - Static variable in interface org.beanmaker.BeanMakerConstants
 

S

SAXConfigurationBuilder - class org.beanmaker.conf.SAXConfigurationBuilder.
SAXConfigurationBuilder is the class that builds the SAX parser.
SAXConfigurationBuilder() - Constructor for class org.beanmaker.conf.SAXConfigurationBuilder
 
setAttributes(ArrayList) - Method in class org.beanmaker.Bean
Sets the value of the attributes specified in attributes
setBeanName(String) - Method in class org.beanmaker.Bean
Sets the value of the name of JavaBean specified in beanName
setImports(ArrayList) - Method in class org.beanmaker.Bean
Sets the value of the imports specified in imports
setInterfaces(ArrayList) - Method in class org.beanmaker.Bean
Sets the value of the interfaces specified in interfaces
setPackage(String) - Method in class org.beanmaker.Bean
Sets the value of the package specified in beanName
setSuperclass(String) - Method in class org.beanmaker.Bean
Sets the value of the superclass that the JavaBean'll extend specified in superclass
setTypes(ArrayList) - Method in class org.beanmaker.Bean
Sets the value of the types of the attributes specified in types
setUsage(String[]) - Method in class org.beanmaker.util.Arguments
 
startDocument() - Method in class org.beanmaker.conf.SAXConfigurationBuilder
Receive notification of the beginning of a document.
startElement(String, AttributeList) - Method in class org.beanmaker.conf.SAXConfigurationBuilder
Receive notification of the beginning of an element.
stringParameterLeft() - Method in class org.beanmaker.util.Arguments
 

T

TAB - Static variable in interface org.beanmaker.BeanMakerConstants
 
toString() - Method in class org.beanmaker.Bean
Return the String represented by this object

U

USAGE_MESSAGE - Static variable in class org.beanmaker.util.ArgumentConstants
Identifies the usage message

V

value - Variable in class org.beanmaker.conf.AbstractConfiguration
value of this configuration

A B C D E F G I J M N O P R S T U V

Copyright © 2002 Giovanni Martone.