|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.sling.jcr.contentloader.ImportOptions
public abstract class ImportOptions
Encapsulates the options for the content import.
Constructor Summary | |
---|---|
ImportOptions()
|
Method Summary | |
---|---|
abstract boolean |
isCheckin()
Specifies whether versionable nodes is automatically checked in at the end of the import operation. |
abstract boolean |
isIgnoredImportProvider(String extension)
Check if the import provider for the given file extension should be ignored. |
abstract boolean |
isOverwrite()
Specifies whether imported nodes should overwrite existing nodes. |
abstract boolean |
isPropertyOverwrite()
Specifies whether imported properties should overwrite existing properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportOptions()
Method Detail |
---|
public abstract boolean isOverwrite()
public abstract boolean isPropertyOverwrite()
public abstract boolean isCheckin()
public abstract boolean isIgnoredImportProvider(String extension)
extension
- the extension to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |