|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A provider of execution context, that is necessary for the UserCommand to be executed. If this information object is an instance of VcsFileSystem, more information can be obtained from VcsFileSystem.
Method Summary | |
void |
checkForModifications(String path)
Should be called when the modification in a file or folder is expected and its content should be refreshed. |
void |
debug(String msg)
Print a debug output. |
void |
debugErr(String msg)
Print an error output. |
VcsCommand |
getCommand(String name)
|
VcsCommandsProvider |
getCommandsProvider()
|
CommandSupport |
getCommandSupport(String name)
|
String[] |
getEnvironmentVars()
|
String |
getPassword()
|
String |
getPasswordDescription()
|
Map |
getPossibleFileStatusInfoMap()
Get the map of possible pairs of status name and corresponding FileStatusInfo object. |
String[] |
getUserLocalParamsLabels()
|
String[] |
getUserParams()
|
String[] |
getUserParamsLabels()
|
Vector |
getVariables()
If this is FileSystem, take it from there! If not, get abolute paths. |
Hashtable |
getVariablesAsHashtable()
|
VariableValueAdjustment |
getVarValueAdjustment()
|
boolean |
isAcceptUserParams()
|
boolean |
isCommandNotification()
|
boolean |
isExpertMode()
|
boolean |
isOffLine()
|
boolean |
isPromptForVarsForEachFile()
|
void |
setCommandNotification(boolean commandNotification)
|
void |
setPassword(String password)
|
void |
setPromptForVarsForEachFile(boolean promptForVarsForEachFile)
|
void |
setUserParams(String[] userParams)
|
void |
setVariables(Vector variables)
|
Method Detail |
public boolean isOffLine()
public boolean isExpertMode()
public boolean isPromptForVarsForEachFile()
public void setPromptForVarsForEachFile(boolean promptForVarsForEachFile)
public boolean isCommandNotification()
public void setCommandNotification(boolean commandNotification)
public Vector getVariables()
public void setVariables(Vector variables)
public Hashtable getVariablesAsHashtable()
public VariableValueAdjustment getVarValueAdjustment()
public String[] getEnvironmentVars()
public Map getPossibleFileStatusInfoMap()
public VcsCommand getCommand(String name)
public CommandSupport getCommandSupport(String name)
public VcsCommandsProvider getCommandsProvider()
public String getPassword()
public void setPassword(String password)
public String getPasswordDescription()
public String[] getUserParamsLabels()
public String[] getUserLocalParamsLabels()
public String[] getUserParams()
public void setUserParams(String[] userParams)
public boolean isAcceptUserParams()
public void checkForModifications(String path)
public void debug(String msg)
msg
- The message to print out.public void debugErr(String msg)
msg
- the message to print out.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |