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 IOException
overwrite - over write extracted structure if true, false otherwiseIOException - if schema already extracted and on IO errorsvoid extractOrCopy()
throws IOException
IOException - if schema already extracted and on IO errorsCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.