Class ObjectFactory


  • public class ObjectFactory
    extends Object

    This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.karaf.features.wrapper package.

    An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.karaf.features.wrapper
    • Method Detail

      • createConfigFile

        public ConfigFile createConfigFile()
        Create an instance of ConfigFile
        Returns:
        the config file.
      • createDependency

        public Dependency createDependency()
        Create an instance of Dependency
        Returns:
        the dependency.
      • createBundle

        public Bundle createBundle()
        Create an instance of Bundle
        Returns:
        the bundle.
      • createFeaturesRoot

        public Features createFeaturesRoot()
        Create an instance of Features
        Returns:
        the features.
      • createConfig

        public Config createConfig()
        Create an instance of Config
        Returns:
        the config.
      • createFeature

        public Feature createFeature()
        Create an instance of Feature
        Returns:
        the feature.