Class AdminObjectsImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.AdminObjectsImpl
-
- All Implemented Interfaces:
Serializable,AdminObjects,WlsMetadata
public class AdminObjectsImpl extends Object implements AdminObjects
A generic AdminObjects.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.AdminObjects
AdminObjects.Attribute, AdminObjects.Tag
-
-
Constructor Summary
Constructors Constructor Description AdminObjectsImpl(ConfigProperties props, List<AdminObjectGroup> aogs)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AdminObjectGroup>getAdminObjectGroup()getAdminObjectGroupConfigPropertiesgetDefaultProperties()getDefaultProperties
-
-
-
Constructor Detail
-
AdminObjectsImpl
public AdminObjectsImpl(ConfigProperties props, List<AdminObjectGroup> aogs)
constructor- Parameters:
props- ConfigPropertiesaogs- List
-
-
Method Detail
-
getDefaultProperties
public ConfigProperties getDefaultProperties()
Description copied from interface:AdminObjectsgetDefaultProperties- Specified by:
getDefaultPropertiesin interfaceAdminObjects- Returns:
- the ConfigProperties
-
getAdminObjectGroup
public List<AdminObjectGroup> getAdminObjectGroup()
Description copied from interface:AdminObjectsgetAdminObjectGroup- Specified by:
getAdminObjectGroupin interfaceAdminObjects- Returns:
- the List
-
-