|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileCapture
| Method Summary | |
|---|---|
int |
getMaxSize()
|
Template |
getParent()
|
java.lang.String |
getPathName()
|
java.lang.String |
getPathPrefix()
|
boolean |
getRecurseDirectory()
|
boolean |
getStatOnly()
|
boolean |
hasMaxSize()
|
boolean |
hasParent()
|
boolean |
hasPathName()
|
boolean |
hasPathPrefix()
|
boolean |
hasRecurseDirectory()
|
boolean |
hasStatOnly()
|
void |
setMaxSize(int maxSize)
Sets the maxSize. |
void |
setParent(Template parent)
|
void |
setPathName(java.lang.String pathName)
Sets the pathName. |
void |
setPathPrefix(java.lang.String pathPrefix)
Sets the pathPrefix. |
void |
setRecurseDirectory(boolean recurse)
Set to true if the directory listing should recurse directory |
void |
setStatOnly(boolean statOnly)
Specifies if this only stats need to be collected on this file (and no contents) |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Method Detail |
|---|
Template getParent()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setParent(Template parent)
boolean hasParent()
int getMaxSize()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMaxSize(int maxSize)
maxSize - The maxSize to setboolean hasMaxSize()
java.lang.String getPathName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPathName(java.lang.String pathName)
pathName - The pathName to setboolean hasPathName()
boolean getStatOnly()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setStatOnly(boolean statOnly)
statOnly - The statOnly to setboolean hasStatOnly()
java.lang.String getPathPrefix()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPathPrefix(java.lang.String pathPrefix)
pathPrefix - The pathPrefix to setboolean hasPathPrefix()
boolean getRecurseDirectory()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRecurseDirectory(boolean recurse)
boolean hasRecurseDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||