wt.util
Interface ExecutableApp

All Known Implementing Classes:
BackgroundBlobRewriter, ClassRegistry, DisplayNameGenerator, EnumTypeUtilityLauncher, ExampleApplication, IndexGenerator, MigrateDisplayName, MigrateEnumeratedType, MigrateResourceBundle, ModelRegistrar, ModuleRegistryUtil, MutableModuleDir, PackagingTraverser, RosePathMapGen, Test, VersionUpdate, XMLDescriptorGenerator

public interface ExecutableApp

Execute with the passed arguments.

Supported API: false

Extendable: false


Method Summary
 void execute(String[] args)
          

Supported API: false
 

Method Detail

execute

public void execute(String[] args)
             throws WTException


Supported API: false

Parameters:
args -
Throws:
WTException