|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaLdifExtractor
Extracts LDIF files for the schema repository.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isExtracted()
void extractOrCopy(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 errorsvoid extractOrCopy() throws java.io.IOException
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 |