Uses of Interface
org.ops4j.pax.runner.platform.FilePathStrategy

Packages that use FilePathStrategy
org.ops4j.pax.runner.platform   
org.ops4j.pax.runner.platform.internal   
 

Uses of FilePathStrategy in org.ops4j.pax.runner.platform
 

Methods in org.ops4j.pax.runner.platform that return FilePathStrategy
 FilePathStrategy PlatformContext.getFilePathStrategy()
          Returns the file path strategy in use.
 

Methods in org.ops4j.pax.runner.platform with parameters of type FilePathStrategy
 void PlatformContext.setFilePathStrategy(FilePathStrategy filePathStrategy)
          Sets the file path strategy in use.
 

Uses of FilePathStrategy in org.ops4j.pax.runner.platform.internal
 

Classes in org.ops4j.pax.runner.platform.internal that implement FilePathStrategy
 class AbsoluteFilePathStrategy
          A FilePathStrategy that normalizes the paths to absolute file paths.
 class RelativeFilePathStrategy
          A relative FilePathStrategy that normalizes the paths relative to a base directory.
 

Methods in org.ops4j.pax.runner.platform.internal that return FilePathStrategy
 FilePathStrategy PlatformContextImpl.getFilePathStrategy()
          Returns the file path strategy in use.
 

Methods in org.ops4j.pax.runner.platform.internal with parameters of type FilePathStrategy
 void PlatformContextImpl.setFilePathStrategy(FilePathStrategy filePathStrategy)
          Sets the file path strategy in use.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.