| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Inner Class Summary | |
public static class | CollectionFactory.CollectionClassLoader |
| Field Summary | |
final static String | PATH_DELIMITERPath delimiter for complete names of data collections. |
| Method Summary | |
static void | copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc, String successMessage) |
static void | copyFile(String dst, String src) |
static void | copyFile(File dst, File src) |
static void | copyFile(File dst, File src, FunctionJobControl jc) |
static void | copyFiles(File dir, File[] files, boolean copy)Copy or move files to the specified directory. |
static void | copyFiles(File dir, File[] files, boolean copy, FunctionJobControl jc)Copy or move files to the specified directory. |
static DataCollection | createCollection(DataCollection parent, Properties properties)Creates DataCollection with the specified parent and properties. |
static DataCollection | createDerivedCollection(Repository parent, String name, Properties primary, Properties derived, String subDir) |
static DataCollection | createRepository(String path) |
static DataCollection | createTempMemoryCollection() |
static DataCollection | createTransformedCollection(Repository parent, String name, Class transformerClass, Class dataElementType, String imgName, String childrenImage, String fileFilter, String startTag, String idTag, String endTag, String subDir) |
static DataCollection | createTransformedFileCollection(LocalRepository parent, String name, String filter, Class transformerClass) |
static CollectionClassLoader | getCollectionClassLoader() |
static DataCollection | getDataCollection(String completeName)Returns the data collection with the speicified complete name relative of one of the data collection from data collections registered in root hash map. |
static DataElement | getDataElement(String completeName)Returns the DataElement with the specified name. |
static DataElement | getDataElement(String relativeName, DataCollection ancestor)Returns the DataElement with the specified name. |
static String | getLastToken(String completeName)Returns last token of complete name |
static String | getRelativeName(DataElement child, DataCollection ancestor)Returns complete name of DataElement relative its ancestor. |
static void | registerRoot(DataCollection dc)Register DataCollection in root HashMap. |
static void | releaseCollection(DataCollection dataCollection)Releases all element of DataCollection DataCollection. |
static void | unregisterRoot(DataCollection dataCollection)Unegister DataCollection in root HashMap. |
| Field Detail |
public final static String PATH_DELIMITER
| Method Detail |
public static void copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc, String successMessage)
public static void copyFile(String dst, String src)
throws java.io.IOException
public static void copyFile(File dst, File src)
throws java.io.IOException
public static void copyFile(File dst, File src, FunctionJobControl jc)
throws java.io.IOException
public static void copyFiles(File dir, File[] files, boolean copy)
throws java.io.IOException
public static void copyFiles(File dir, File[] files, boolean copy, FunctionJobControl jc)
throws java.io.IOException
public static DataCollection createCollection(DataCollection parent, Properties properties)
public static DataCollection createDerivedCollection(Repository parent, String name, Properties primary, Properties derived, String subDir)
throws java.lang.Exception
public static DataCollection createRepository(String path)
throws java.lang.Exception
public static DataCollection createTempMemoryCollection()
public static DataCollection createTransformedCollection(Repository parent, String name, Class transformerClass, Class dataElementType, String imgName, String childrenImage, String fileFilter, String startTag, String idTag, String endTag, String subDir)
throws java.lang.Exception
public static DataCollection createTransformedFileCollection(LocalRepository parent, String name, String filter, Class transformerClass)
throws java.lang.Exception
public static CollectionClassLoader getCollectionClassLoader()
public static DataCollection getDataCollection(String completeName)
public static DataElement getDataElement(String completeName)
public static DataElement getDataElement(String relativeName, DataCollection ancestor)
public static String getLastToken(String completeName)
public static String getRelativeName(DataElement child, DataCollection ancestor)
public static void registerRoot(DataCollection dc)
public static void releaseCollection(DataCollection dataCollection)
throws java.lang.Exception
public static void unregisterRoot(DataCollection dataCollection)
| Association Links |
to Class ru.biosoft.access.CollectionFactory.CollectionClassLoader
to Class java.lang.String
to Class java.util.HashMap
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||