Class PackagerImpl

  • All Implemented Interfaces:
    net.jangaroo.jooc.api.Packager, net.jangaroo.jooc.api.Packager2

    public class PackagerImpl
    extends Object
    implements net.jangaroo.jooc.api.Packager, net.jangaroo.jooc.api.Packager2
    • Constructor Detail

      • PackagerImpl

        public PackagerImpl()
    • Method Detail

      • doPackage

        public void doPackage​(File sourceDirectory,
                              File overridesDirectory,
                              File localizedOverridesDirectory,
                              File outputDirectory,
                              String outputFilePrefix)
                       throws IOException
        Specified by:
        doPackage in interface net.jangaroo.jooc.api.Packager
        Throws:
        IOException
      • doPackage2

        public void doPackage2​(String extNamespace,
                               File sourceDirectory,
                               File overridesDirectory,
                               File localizedOverridesDirectory,
                               File outputDirectory,
                               String outputFilePrefix)
                        throws IOException
        Specified by:
        doPackage2 in interface net.jangaroo.jooc.api.Packager2
        Throws:
        IOException