org.yestech.publish.publisher
Class LocalFileSystemPublisher
java.lang.Object
org.yestech.publish.publisher.BasePublisher
org.yestech.publish.publisher.LocalFileSystemPublisher
- All Implemented Interfaces:
- IPublisher<IFileArtifact>
public class LocalFileSystemPublisher
- extends BasePublisher
- implements IPublisher<IFileArtifact>
Writes to the Local FileSystem. It doesnt remove the original file.
- Version:
- $Revision: $
- Author:
- Artie Copeland
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFileSystemPublisher
public LocalFileSystemPublisher()
getDirectory
public File getDirectory()
setDirectory
public void setDirectory(File directory)
publish
public void publish(IFileArtifact artifact)
- Specified by:
publish in interface IPublisher<IFileArtifact>
Copyright © 2010 YES Technology Association. All Rights Reserved.