org.mule.devkit.generation.studio.packaging
Class PackagePlanExecutor

java.lang.Object
  extended by org.mule.devkit.generation.studio.packaging.PackagePlanExecutor

public class PackagePlanExecutor
extends Object


Nested Class Summary
static class PackagePlanExecutor.RelativePathMap
           
 
Constructor Summary
PackagePlanExecutor(PackagePlanExecutor.RelativePathMap relativePathMap, SignComponent signComponent)
           
 
Method Summary
 void execute(ArchiverPlan archiverPlan)
           
 File file(FutureFile maybeFile, PackagePlanExecutor.RelativePathMap relativePathMap)
           
 File fileOrFail(FutureFile maybeFile, PackagePlanExecutor.RelativePathMap relativePathMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagePlanExecutor

public PackagePlanExecutor(PackagePlanExecutor.RelativePathMap relativePathMap,
                           SignComponent signComponent)
Method Detail

fileOrFail

public File fileOrFail(FutureFile maybeFile,
                       PackagePlanExecutor.RelativePathMap relativePathMap)

file

public File file(FutureFile maybeFile,
                 PackagePlanExecutor.RelativePathMap relativePathMap)

execute

public void execute(ArchiverPlan archiverPlan)


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.