Package org.iqtig.tpacker.impl
Class ConfigHelper
- java.lang.Object
-
- org.iqtig.tpacker.impl.ConfigHelper
-
public class ConfigHelper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkParameter()
String
fileOnly(String name)
String
generateFileSufix()
List<org.iqtig.packer.shared.error.ValidationErrorException>
getParameterErrors()
boolean
isInFiles()
boolean
isPassword()
void
setTimeStamp(boolean timeStamp)
-
-
-
Method Detail
-
getParameterErrors
public List<org.iqtig.packer.shared.error.ValidationErrorException> getParameterErrors()
-
generateFileSufix
public String generateFileSufix()
-
checkParameter
public boolean checkParameter()
-
setTimeStamp
public void setTimeStamp(boolean timeStamp)
-
isInFiles
public boolean isInFiles()
-
isPassword
public boolean isPassword()
-
-