Uses of Interface
org.sitemesh.offline.directory.Directory

Packages that use Directory
org.sitemesh.builder   
org.sitemesh.offline   
org.sitemesh.offline.directory   
 

Uses of Directory in org.sitemesh.builder
 

Methods in org.sitemesh.builder that return Directory
 Directory BaseSiteMeshOfflineBuilder.getDestinationDirectory()
          Get the destination directory.
 Directory BaseSiteMeshOfflineBuilder.getSourceDirectory()
          Get the source directory.
 

Methods in org.sitemesh.builder with parameters of type Directory
 BUILDER BaseSiteMeshOfflineBuilder.setDestinationDirectory(Directory destinationDirectory)
          Set destination directory, were the processed files will be written to.
 BUILDER BaseSiteMeshOfflineBuilder.setSourceDirectory(Directory sourceDirectory)
          Set source directory, were the unprocessed files will be read from.
 

Uses of Directory in org.sitemesh.offline
 

Methods in org.sitemesh.offline that return Directory
 Directory SiteMeshOffline.getDestinationDirectory()
          Directory the generator writes the destination (decorated) files from.
 Directory SiteMeshOffline.getSourceDirectory()
          Directory the generator reads the source (undecorated) files from.
 

Constructors in org.sitemesh.offline with parameters of type Directory
OfflineContext(ContentProcessor contentProcessor, Directory baseDirectory, String path)
           
SiteMeshOffline(ContentProcessor contentProcessor, DecoratorSelector<OfflineContext> decoratorSelector, Directory sourceDirectory, Directory destinationDirectory)
           
 

Uses of Directory in org.sitemesh.offline.directory
 

Classes in org.sitemesh.offline.directory that implement Directory
 class FileSystemDirectory
          Disk backed Directory implementation that uses java.io.File.
 class InMemoryDirectory
          Simple Directory implementation that stores contents in memory.
 

Methods in org.sitemesh.offline.directory with parameters of type Directory
 void InMemoryDirectory.copy(String path, Directory destinationDirectory, String destinationPath)
           
 void FileSystemDirectory.copy(String path, Directory destinationDirectory, String destinationPath)
           
 void Directory.copy(String path, Directory destinationDirectory, String destinationPath)
          Copy a file from this directory to another location.
 



Copyright © 2011. All Rights Reserved.