Class Overview
Builds a zip of important files for use in a support request.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.opensymphony.xwork.Validateable
|
Public Constructors
public
SupportUtility
(ValidationAware validationAware, String homeDirectory, String webInfClassesDir)
Public Methods
public
File
createSupportZip
()
public
String
getServerLogsDirectory
()
public
boolean
isIncludeCfgFile
()
public
boolean
isIncludeLogs
()
public
boolean
isIncludeServerLogs
()
public
boolean
isIncludeTomcatConf
()
public
boolean
isIncludeUserFiles
()
public
boolean
isTomcatServer
()
public
void
setDefaults
()
public
void
setIncludeCfgFile
(boolean includeCfgFile)
public
void
setIncludeLogs
(boolean includeLogs)
public
void
setIncludeServerLogs
(boolean includeServerLogs)
public
void
setIncludeTomcatConf
(boolean includeTomcatConf)
public
void
setIncludeUserFiles
(boolean includeUserFiles)
public
void
setServerLogsDirectory
(String serverLogsDirectory)