Interface PublishResource
public interface PublishResource
Used to add a resource to the publish destination.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTo
(Path p, ContentFilter filter) Called after publish has completed but before being uploaded.
-
Method Details
-
addTo
Called after publish has completed but before being uploaded.- Parameters:
p
- The path to add the resource(s) to.filter
- A content filter.- Throws:
IOException
- if the resource could not be added to the given path
-