|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.config.LdifConfigExtractor
public class LdifConfigExtractor
A class to copy the default config to the work directory of a DirectoryService instance. NOTE: much of this class code is duplicated from DefaultSchemaLdifExtractor class We should create a AbstractLdifExtractor class and move the reusable code there
Constructor Summary | |
---|---|
LdifConfigExtractor()
|
Method Summary | |
---|---|
static void |
extract(java.io.File outputDirectory,
boolean overwrite)
Extracts the LDIF files from a Jar file or copies exploded LDIF resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdifConfigExtractor()
Method Detail |
---|
public static void extract(java.io.File outputDirectory, boolean overwrite) throws java.io.IOException
overwrite
- over write extracted structure if true, false otherwise
java.io.IOException
- if schema already extracted and on IO errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |