|
||||||||||
| 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 IOException
overwrite - over write extracted structure if true, false otherwise
IOException - if schema already extracted and on IO errors
void extractOrCopy()
throws IOException
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 | |||||||||