|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DifferenceSettings
A difference settings object contains the parameters and mini-plans used when running a Difference (comparison). The mini-plans are XML stored as strings that can be resolved to plan ExecSteps. This resolution might drop any user data, such as comments, inserted with the ExecStep XML.
Method Summary | |
---|---|
CategoryIDSet |
getCategories()
Returns the category set for this object. |
java.lang.String |
getDescription()
Returns the description of this object. |
Level |
getDiffLevelCode()
Returns the level type of this object. |
Scope |
getDiffScopeCode()
Returns the scope type of this object. |
Style |
getDiffStyleCode()
Returns the stype type of this object. |
java.lang.String |
getDstCleanup()
Returns the mini-plan executed after an II comparison on the destination host. |
java.lang.String |
getDstDir()
Returns the destination directory. |
java.lang.String |
getDstHostID()
Returns the ID of the destination host. |
java.lang.String |
getDstHostSetID()
Returns the ID of the destination host set. |
java.lang.String |
getDstPrepare()
Returns the mini-plan executed before an II comparison on the destination host. |
boolean |
getDstUseSrcC()
Checks whether the destination host will execute the same mini-plan as the source host after an II comparison. |
boolean |
getDstUseSrcP()
Checks whether the destination host will execute the same mini-plan as the source host before an II comparison. |
boolean |
getFollowSymlinks()
Checks whether an II comparison will follow symbolic links. |
java.lang.String[] |
getGlobalIgnorePaths()
Returns the global ignore path patterns. |
DifferenceSettingsID |
getID()
Returns the persistent object ID. |
java.lang.String[] |
getIgnorePaths()
Returns the ignore path patterns always in alphabeticaly sorted order. |
boolean |
getIncludeSubdirectories()
Returns the subdirectory inclusion flag. |
InstalledComponentID |
getInstalledComponentID()
Returns the installed component ID. |
java.lang.String |
getName()
Returns the name of this object. |
java.lang.String |
getSrcCleanup()
Returns the mini-plan executed after an II comparison on the source host. |
java.lang.String |
getSrcDir()
Returns the source directory. |
java.lang.String |
getSrcHostID()
Returns the ID of the source host. |
java.lang.String |
getSrcPrepare()
Returns the mini-plan executed before an II comparison on the source host. |
int |
getTimeoutSecs()
Returns the timeout (in seconds). |
boolean |
getUseMiniPlans()
Checks whether any mini-plans should be executed during an II comparison. |
Method Detail |
---|
java.lang.String getSrcHostID()
java.lang.String getDstHostID()
java.lang.String getSrcDir()
java.lang.String getDstDir()
CategoryIDSet getCategories()
CategoryIDSet
value.Style getDiffStyleCode()
Level getDiffLevelCode()
Scope getDiffScopeCode()
java.lang.String getDstHostSetID()
java.lang.String[] getIgnorePaths()
InstalledComponentID getInstalledComponentID()
int getTimeoutSecs()
boolean getIncludeSubdirectories()
boolean getFollowSymlinks()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getDstCleanup()
java.lang.String getDstPrepare()
boolean getDstUseSrcC()
boolean getDstUseSrcP()
java.lang.String[] getGlobalIgnorePaths()
DifferenceSettingsID getID()
java.lang.String getSrcCleanup()
java.lang.String getSrcPrepare()
boolean getUseMiniPlans()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |