|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.ebxml.registry.util.NAICSImporter
It is the importer for NAICS taxonomy. It expects the input file is of version 2002. It will automatically skip the first four lines in the input file.
Constructor Summary | |
NAICSImporter(java.lang.String fileName,
UUIDFactory uUIDFactory)
Constructor. |
Method Summary | |
org.oasis.ebxml.registry.bindings.rim.ClassificationScheme |
getClassificationScheme()
Get the ClassificationScheme for NAICS taxonomy |
void |
setFile(java.lang.String fileName)
Set the file path of the ISO3166 taxonomy file. |
void |
setMaxNumOfEntries(int maxNum)
Set the maximum number of entries should be handled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NAICSImporter(java.lang.String fileName, UUIDFactory uUIDFactory) throws java.io.IOException
fileName
- The file path and name of the NAICS taxonomy file.uUIDFactory
- The UUIDFactoryMethod Detail |
public void setFile(java.lang.String fileName) throws java.io.IOException
fileName
- The file path of the NAICS taxonomy file
java.io.IOException
public void setMaxNumOfEntries(int maxNum)
maxNum
- The maximum number of entries the importer will handlepublic org.oasis.ebxml.registry.bindings.rim.ClassificationScheme getClassificationScheme() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |