Package com.day.crx.io
Interface CRXImportHandler
public interface CRXImportHandler
This Interface defines...
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanimportCRX(String absPath, InputStream in) voidsetIntermediateHandling(int intermediateHandling) voidsetIntermediateNodeType(String intermediateNodeType) voidsetUuidBehavior(int uuidBehavior)
-
Field Details
-
IH_ERROR
static final int IH_ERRORflag for intermediate node handling- See Also:
-
IH_AUTO
static final int IH_AUTOflag for intermediate node handling- See Also:
-
IH_COPY
static final int IH_COPYflag for intermediate node handling- See Also:
-
IH_FIXED
static final int IH_FIXEDflag for intermediate node handling- See Also:
-
-
Method Details
-
importCRX
- Throws:
IOExceptionRepositoryException
-
getIntermediateHandling
int getIntermediateHandling() -
setIntermediateHandling
void setIntermediateHandling(int intermediateHandling) -
getIntermediateNodeType
- Throws:
NamespaceException
-
setIntermediateNodeType
- Throws:
NamespaceException
-
getUuidBehavior
int getUuidBehavior()- Returns:
- the uuid behaviour
- See Also:
-
setUuidBehavior
void setUuidBehavior(int uuidBehavior) - Parameters:
uuidBehavior-- See Also:
-