public abstract class ResourceContentAnnotator extends Object
| Constructor and Description |
|---|
ResourceContentAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAllResourcesInBatch(LinkedHashSet<String> requiredResources,
String url,
OutputStream stream)
Called after all content is written in batch.
|
void |
afterResource(LinkedHashSet<String> requiredResources,
String url,
Resource resource,
OutputStream stream)
Called after the resource content is written.
|
void |
afterResourceInBatch(LinkedHashSet<String> requiredResources,
Resource resource,
OutputStream stream)
Called after the resource content is written in batch.
|
int |
beforeAllResourcesInBatch(LinkedHashSet<String> requiredResources,
String url,
OutputStream stream)
Called before all content is written in batch.
|
int |
beforeResource(LinkedHashSet<String> requiredResources,
String url,
Resource resource,
OutputStream stream)
Called before the resource content is written.
|
int |
beforeResourceInBatch(LinkedHashSet<String> requiredResources,
Resource resource,
OutputStream stream)
Called before the resource content is written in batch.
|
abstract int |
hashCode()
Produce a hash for this instance.
|
public int beforeResourceInBatch(LinkedHashSet<String> requiredResources, Resource resource, OutputStream stream) throws IOException
IOException - if there is a problem writing the annotation.public void afterResourceInBatch(LinkedHashSet<String> requiredResources, Resource resource, OutputStream stream) throws IOException
IOException - if there is a problem writing the annotation.public int beforeAllResourcesInBatch(LinkedHashSet<String> requiredResources, String url, OutputStream stream) throws IOException
IOExceptionpublic void afterAllResourcesInBatch(LinkedHashSet<String> requiredResources, String url, OutputStream stream) throws IOException
IOExceptionpublic int beforeResource(LinkedHashSet<String> requiredResources, String url, Resource resource, OutputStream stream) throws IOException
IOExceptionpublic void afterResource(LinkedHashSet<String> requiredResources, String url, Resource resource, OutputStream stream) throws IOException
IOExceptionCopyright © 2017 Atlassian. All rights reserved.