Package com.tick42.glue.core
Interface GlueConfig
public interface GlueConfig
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGlueConfig.OptionDescribes an option in Glue's configuration. -
Method Summary
Modifier and Type Method Description booleangetBoolean(GlueConfig.Option option)IntegergetBytes(GlueConfig.Option option)IntegergetInt(GlueConfig.Option option)StringgetString(GlueConfig.Option option)booleanisDefined(GlueConfig.Option option)
-
Method Details
-
isDefined
-
getBoolean
-
getInt
-
getBytes
-
getString
-