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

java.lang.Object
  extended by org.mule.devkit.generation.studio.packaging.PackagePlanExecutor.RelativePathMap
All Implemented Interfaces:
Placeholder.PlaceholderMap<File>
Enclosing class:
PackagePlanExecutor

public static class PackagePlanExecutor.RelativePathMap
extends Object
implements Placeholder.PlaceholderMap<File>


Constructor Summary
PackagePlanExecutor.RelativePathMap(File rootPath)
           
PackagePlanExecutor.RelativePathMap(String rootPath)
           
 
Method Summary
 File visitFeature(Placeholder placeholder)
           
 File visitGeneratedSources(Placeholder placeholder)
           
 File visitOutputDirectory(Placeholder placeholder)
           
 File visitPlugin(Placeholder placeholder)
           
 File visitRootDirectory(Placeholder placeholder)
           
 File visitUpdateSite(Placeholder placeholder)
           
 File vistClassesDirectory(Placeholder placeholder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagePlanExecutor.RelativePathMap

public PackagePlanExecutor.RelativePathMap(String rootPath)

PackagePlanExecutor.RelativePathMap

public PackagePlanExecutor.RelativePathMap(File rootPath)
Method Detail

visitPlugin

public File visitPlugin(Placeholder placeholder)
Specified by:
visitPlugin in interface Placeholder.PlaceholderMap<File>

visitFeature

public File visitFeature(Placeholder placeholder)
Specified by:
visitFeature in interface Placeholder.PlaceholderMap<File>

vistClassesDirectory

public File vistClassesDirectory(Placeholder placeholder)
Specified by:
vistClassesDirectory in interface Placeholder.PlaceholderMap<File>

visitUpdateSite

public File visitUpdateSite(Placeholder placeholder)
Specified by:
visitUpdateSite in interface Placeholder.PlaceholderMap<File>

visitOutputDirectory

public File visitOutputDirectory(Placeholder placeholder)
Specified by:
visitOutputDirectory in interface Placeholder.PlaceholderMap<File>

visitGeneratedSources

public File visitGeneratedSources(Placeholder placeholder)
Specified by:
visitGeneratedSources in interface Placeholder.PlaceholderMap<File>

visitRootDirectory

public File visitRootDirectory(Placeholder placeholder)
Specified by:
visitRootDirectory in interface Placeholder.PlaceholderMap<File>


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