|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.cdm.core.NamingRulesReader
com.ibm.di.cdm.jar.JarNamingRulesReader
public class JarNamingRulesReader
The reader for JAR Naming Rule meta-data.
Constructor Summary | |
---|---|
JarNamingRulesReader()
Constructor. |
Method Summary | |
---|---|
java.util.List<NamingRule> |
getAllNamingRules(java.lang.String cdmClassName)
Returns all naming rules for the provided class. |
protected java.lang.String |
getFullyQualifiedName(java.lang.String className)
Gets the fully qualified name of the provided class type. |
Methods inherited from class com.ibm.di.cdm.core.NamingRulesReader |
---|
getShortName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarNamingRulesReader() throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
javax.xml.parsers.ParserConfigurationException
- problem parsing the XML meta-data.
org.xml.sax.SAXException
- problem parsing the XML meta-data.
java.io.IOException
- problem parsing the XML meta-data.Method Detail |
---|
public java.util.List<NamingRule> getAllNamingRules(java.lang.String cdmClassName)
getAllNamingRules
in class NamingRulesReader
cdmClassName
- the CDM class type.
List
of NamingRule
s.protected java.lang.String getFullyQualifiedName(java.lang.String className)
getFullyQualifiedName
in class NamingRulesReader
className
- the CDM class type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |