Class SmartGearsConfiguration
- java.lang.Object
-
- org.gcube.smartgears.configuration.library.SmartGearsConfiguration
-
public class SmartGearsConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description SmartGearsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()voidvalidate()Validates this configurationStringversion()SmartGearsConfigurationversion(String version)
-
-
-
Method Detail
-
version
public String version()
-
version
public SmartGearsConfiguration version(String version)
-
validate
public void validate()
Validates this configuration- Throws:
IllegalStateException- if the configuration is invalid
-
-