Uses of Class
org.apache.sis.setup.About
-
Packages that use About Package Description org.apache.sis.setup Provides information and some controls about SIS configuration. -
-
Uses of About in org.apache.sis.setup
Methods in org.apache.sis.setup that return About Modifier and Type Method Description static About
About. valueOf(String name)
Returns the enum constant of this type with the specified name.static About[]
About. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.sis.setup with type arguments of type About Modifier and Type Method Description static TreeTable
About. configuration(Set<About> sections, Locale locale, TimeZone timezone)
Returns a subset of the information about the current Apache SIS running environment.
-