public interface SchemaLdifExtractor
| Modifier and Type | Method and Description |
|---|---|
void |
extractOrCopy()
Extracts the LDIF files from a Jar file or copies exploded LDIF
resources without overwriting the resources if the schema has
already been extracted.
|
void |
extractOrCopy(boolean overwrite)
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
|
boolean |
isExtracted()
Gets whether or not the content has been extracted previously by this
extractor or another into the directory file structure.
|
boolean isExtracted()
void extractOrCopy(boolean overwrite)
throws java.io.IOException
overwrite - over write extracted structure if true, false otherwisejava.io.IOException - if schema already extracted and on IO errorsvoid extractOrCopy()
throws java.io.IOException
java.io.IOException - if schema already extracted and on IO errors