org.smartfrog.services.os.java
Interface LocalCachePolicy
- All Superinterfaces:
- LibraryCachePolicy, java.rmi.Remote
- All Known Implementing Classes:
- FlattenLocalFilesPolicy, Maven1Policy, Maven2Policy
public interface LocalCachePolicy
- extends LibraryCachePolicy
This implements a naming policy for the filesystem cache
createLocalPath
java.lang.String createLocalPath(SerializedArtifact artifact)
throws java.rmi.RemoteException,
SmartFrogException
- Form a local path,
- Parameters:
artifact -
- Returns:
- a relative path (with forward slashes in place of platform specific file separators)
to the the file (which may or may not exist)
- Throws:
java.rmi.RemoteException
SmartFrogException
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP