|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.ebxml.registry.util.UNSPSCImporter
It is the importer for UNSPSC. It will automatically skip the first line in the input file.
Constructor Summary | |
UNSPSCImporter(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 UNSPSC 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 UNSPSCImporter(java.lang.String fileName, UUIDFactory uUIDFactory) throws java.io.IOException
fileName
- The file path and name of the UNSPSC taxonomy file.uUIDFactory
- The UUIDFactoryMethod Detail |
public void setFile(java.lang.String fileName) throws java.io.IOException
fileName
- The file path of the UNSPSC 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 |