Class JavaFactoryImpl

    • Constructor Detail

      • JavaFactoryImpl

        public JavaFactoryImpl()
        Creates an instance of the factory.
        Generated class or method.
    • Method Detail

      • init

        public static JavaFactory init()
        Creates the default factory implementation.
        Generated class or method.
      • getJavaPackage

        public JavaPackage getJavaPackage()
        Specified by:
        getJavaPackage in interface JavaFactory
        Returns:
        the package supported by this factory.
        Generated class or method.