All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
_getSchemaLocation() |
void |
_setSchemaLocation(String location) |
int |
addFinder(String value) |
int |
addReadBeanGraphFiles(File value) |
int |
addReadBeanGraphs(BeanGraph value) |
int |
addReadConfig(File value) |
void |
changePropertyByName(String name,
Object value) |
Object[] |
childBeans(boolean recursive) |
void |
childBeans(boolean recursive,
List beans) |
boolean |
equals(Object o) |
boolean |
equals(S2bConfig inst) |
List |
fetchFinderList() |
Object |
fetchPropertyByName(String name) |
List |
fetchReadBeanGraphFilesList() |
List |
fetchReadBeanGraphsList() |
List |
fetchReadConfigList() |
CodeGeneratorFactory |
getCodeGeneratorFactory() |
String |
getDefaultElementType() |
File |
getDelegateDir() |
String |
getDelegatePackage() |
String |
getDocRoot() |
File |
getDumpBeanTree() |
InputStream |
getFileIn() |
File |
getFilename() |
String[] |
getFinder() |
String |
getFinder(int index) |
String |
getGenerateCommonInterface() |
File |
getGenerateDotGraph() |
String |
getIndent() |
int |
getIndentAmount() |
String |
getIndexedPropertyType() |
String |
getInputURI() |
File |
getMddFile() |
InputStream |
getMddIn() |
PrintStream |
getMessageOut() |
MetaDD |
getMetaDD() |
long |
getNewestSourceTime() |
GenBeans.OutputStreamProvider |
getOutputStreamProvider() |
String |
getPackagePath() |
File[] |
getReadBeanGraphFiles() |
File |
getReadBeanGraphFiles(int index) |
BeanGraph[] |
getReadBeanGraphs() |
BeanGraph |
getReadBeanGraphs(int index) |
File[] |
getReadConfig() |
File |
getReadConfig(int index) |
File |
getRootDir() |
String |
getSchemaType() |
String |
getTarget() |
File |
getWriteBeanGraphFile() |
File |
getWriteConfig() |
int |
hashCode() |
boolean |
isAttributesAsProperties() |
boolean |
isAuto() |
boolean |
isCheckUpToDate() |
boolean |
isDefaultsAccessable() |
boolean |
isDoCompile() |
boolean |
isDoGeneration() |
boolean |
isDumpToString() |
boolean |
isExtendBaseBean() |
boolean |
isForME() |
boolean |
isGenerateDelegator() |
boolean |
isGenerateHasChanged() |
boolean |
isGenerateInterfaces() |
boolean |
isGenerateParentRefs() |
boolean |
isGeneratePropertyEvents() |
boolean |
isGenerateStoreEvents() |
boolean |
isGenerateSwitches() |
boolean |
isGenerateTagsFile() |
boolean |
isGenerateTimeStamp() |
boolean |
isGenerateTransactions() |
boolean |
isGenerateValidate() |
boolean |
isGenerateXMLIO() |
boolean |
isJava5() |
boolean |
isKeepElementPositions() |
boolean |
isLogSuspicious() |
boolean |
isMakeDefaults() |
boolean |
isMinFeatures() |
boolean |
isOptionalScalars() |
boolean |
isProcessComments() |
boolean |
isProcessDocType() |
boolean |
isQuiet() |
boolean |
isRemoveUnreferencedNodes() |
boolean |
isRespectExtension() |
boolean |
isScalarException() |
boolean |
isSetDefaults() |
boolean |
isStandalone() |
boolean |
isStaxProduceXMLEventReader() |
boolean |
isStaxUseXMLEventReader() |
boolean |
isThrowErrors() |
boolean |
isTraceDot() |
boolean |
isTraceGen() |
boolean |
isTraceMisc() |
boolean |
isTraceParse() |
boolean |
isTrimNonStrings() |
boolean |
isUseInterfaces() |
boolean |
isUseRuntime() |
boolean |
isVetoable() |
String |
nameChild(Object childObj) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName,
boolean returnXPathName) |
String |
nameSelf() |
boolean |
parseArguments(String[] args) |
static S2bConfigDelegator |
read(Document document) |
static S2bConfigDelegator |
read(File f) |
static S2bConfigDelegator |
read(InputSource in,
boolean validate,
EntityResolver er,
ErrorHandler eh) |
static S2bConfigDelegator |
read(InputStream in) |
void |
readNode(Node node) |
void |
readNode(Node node,
Map namespacePrefixes) |
static S2bConfigDelegator |
readNoEntityResolver(InputStream in) |
int |
removeFinder(String value) |
int |
removeReadBeanGraphFiles(File value) |
int |
removeReadBeanGraphs(BeanGraph value) |
int |
removeReadConfig(File value) |
void |
setAttributesAsProperties(boolean value) |
void |
setAuto(boolean value) |
void |
setCheckUpToDate(boolean value) |
void |
setCodeGeneratorFactory(CodeGeneratorFactory value) |
void |
setDefaultElementType(String value) |
void |
setDefaultsAccessable(boolean value) |
void |
setDelegateDir(File value) |
void |
setDelegatePackage(String value) |
void |
setDoCompile(boolean value) |
void |
setDocRoot(String value) |
void |
setDoGeneration(boolean value) |
void |
setDumpBeanTree(File value) |
void |
setDumpToString(boolean value) |
void |
setExtendBaseBean(boolean value) |
void |
setFileIn(InputStream value) |
void |
setFilename(File value) |
void |
setFinder(int index,
String value) |
void |
setFinder(String[] value) |
void |
setForME(boolean value) |
void |
setGenerateCommonInterface(String value) |
void |
setGenerateDelegator(boolean value) |
void |
setGenerateDotGraph(File value) |
void |
setGenerateHasChanged(boolean value) |
void |
setGenerateInterfaces(boolean value) |
void |
setGenerateParentRefs(boolean value) |
void |
setGeneratePropertyEvents(boolean value) |
void |
setGenerateStoreEvents(boolean value) |
void |
setGenerateSwitches(boolean value) |
void |
setGenerateTagsFile(boolean value) |
void |
setGenerateTimeStamp(boolean value) |
void |
setGenerateTransactions(boolean value) |
void |
setGenerateValidate(boolean value) |
void |
setGenerateXMLIO(boolean value) |
void |
setIndent(String value) |
void |
setIndentAmount(int value) |
void |
setIndexedPropertyType(String value) |
void |
setInputURI(String value) |
void |
setJava5(boolean value) |
void |
setKeepElementPositions(boolean value) |
void |
setLogSuspicious(boolean value) |
void |
setMakeDefaults(boolean value) |
void |
setMddFile(File value) |
void |
setMddIn(InputStream value) |
void |
setMessageOut(PrintStream value) |
void |
setMetaDD(MetaDD value) |
void |
setMinFeatures(boolean value) |
void |
setNewestSourceTime(long value) |
void |
setOptionalScalars(boolean value) |
void |
setOutputStreamProvider(GenBeans.OutputStreamProvider value) |
void |
setPackagePath(String value) |
void |
setProcessComments(boolean value) |
void |
setProcessDocType(boolean value) |
void |
setQuiet(boolean value) |
void |
setReadBeanGraphFiles(File[] value) |
void |
setReadBeanGraphFiles(int index,
File value) |
void |
setReadBeanGraphs(BeanGraph[] value) |
void |
setReadBeanGraphs(int index,
BeanGraph value) |
void |
setReadConfig(File[] value) |
void |
setReadConfig(int index,
File value) |
void |
setRemoveUnreferencedNodes(boolean value) |
void |
setRespectExtension(boolean value) |
void |
setRootDir(File value) |
void |
setScalarException(boolean value) |
void |
setSchemaType(String value) |
void |
setSetDefaults(boolean value) |
void |
setStandalone(boolean value) |
void |
setStaxProduceXMLEventReader(boolean value) |
void |
setStaxUseXMLEventReader(boolean value) |
void |
setTarget(String value) |
void |
setThrowErrors(boolean value) |
void |
setTraceDot(boolean value) |
void |
setTraceGen(boolean value) |
void |
setTraceMisc(boolean value) |
void |
setTraceParse(boolean value) |
void |
setTrimNonStrings(boolean value) |
void |
setUseInterfaces(boolean value) |
void |
setUseRuntime(boolean value) |
void |
setVetoable(boolean value) |
void |
setWriteBeanGraphFile(File value) |
void |
setWriteConfig(File value) |
void |
showHelp(PrintStream out) |
int |
sizeFinder() |
int |
sizeReadBeanGraphFiles() |
int |
sizeReadBeanGraphs() |
int |
sizeReadConfig() |
String |
toString() |
void |
validate() |
void |
write(File f) |
void |
write(OutputStream out) |
void |
write(OutputStream out,
String encoding) |
void |
write(Writer out,
String encoding) |
void |
writeNode(Writer out) |
void |
writeNode(Writer out,
String nodeName,
String indent) |
void |
writeNode(Writer out,
String nodeName,
String namespace,
String indent,
Map namespaceMap) |
static void |
writeXML(Writer out,
char msg,
boolean attribute) |
static void |
writeXML(Writer out,
String msg) |
static void |
writeXML(Writer out,
String msg,
boolean attribute) |