Package ng.packaging
Class PackageWOApplication
java.lang.Object
ng.packaging.PackageWOApplication
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOur in-memory representation of the WOA bundle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(SourceProject sourceProject, String woaName, Path targetPath) Builds a WOA bundle
-
Constructor Details
-
PackageWOApplication
public PackageWOApplication()
-
-
Method Details
-
execute
public PackageWOApplication.WOA execute(SourceProject sourceProject, String woaName, Path targetPath) Builds a WOA bundle- Parameters:
sourceProject- The project we're building fromwoaName- Name of the WOA (not including the .woa suffix)targetPath- Directory where the WOA bundle will be placed- Returns:
- The assembled WOA bundle
-