Uses of Class
gate.util.ant.packager.PackageGappTask.UnresolvedAction

Packages that use PackageGappTask.UnresolvedAction
gate.util.ant.packager   
 

Uses of PackageGappTask.UnresolvedAction in gate.util.ant.packager
 

Methods in gate.util.ant.packager that return PackageGappTask.UnresolvedAction
 PackageGappTask.UnresolvedAction PackageGappTask.getOnUnresolved()
          Get the action performed when there are unresolved resources.
static PackageGappTask.UnresolvedAction PackageGappTask.UnresolvedAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PackageGappTask.UnresolvedAction[] PackageGappTask.UnresolvedAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.util.ant.packager with parameters of type PackageGappTask.UnresolvedAction
 void PackageGappTask.setOnUnresolved(PackageGappTask.UnresolvedAction onUnresolved)
          What should we do if there are unresolved relpaths within the gapp file?