Uses of Class
adams.env.Setup
-
Packages that use Setup Package Description adams.env -
-
Uses of Setup in adams.env
Fields in adams.env with type parameters of type Setup Modifier and Type Field Description protected Hashtable<String,List<Setup>>AbstractEnvironment. m_Propertiesthe key - setups relation.Methods in adams.env that return types with arguments of type Setup Modifier and Type Method Description protected Hashtable<String,List<Setup>>AbstractEnvironment. getProperties()Returns the underlying properties.Methods in adams.env with parameters of type Setup Modifier and Type Method Description voidSetup. mergeWith(Setup other)Merges its own data with the one provided by the specified setup.
-