org.mmbase.streams.createcaches
Class SkippedResult
java.lang.Object
org.mmbase.streams.createcaches.Result
org.mmbase.streams.createcaches.SkippedResult
class SkippedResult
- extends Result
This is a place holder for the result of a transcoder which is not to be done, because production
of its source was skipped already, or because the source does not match the mime type.
- Version:
- $Id: SkippedResult.java 40588 2010-01-15 11:22:55Z nico $
- Author:
- Michiel Meeuwissen
SkippedResult
SkippedResult(JobDefinition def,
URI in)
getDestination
public Node getDestination()
- Description copied from class:
Result
- The Node receiving the result or
null if that is not applicable (for recognizers).
- Specified by:
getDestination in class Result
getOut
public URI getOut()
- Description copied from class:
Result
- The file receiving the result, or
null if that is not applicable
- Specified by:
getOut in class Result
getMimeType
public MimeType getMimeType()
- Description copied from class:
Result
- On what kind of inputs this result can work.
- Specified by:
getMimeType in class Result
isReady
public boolean isReady()
- Overrides:
isReady in class Result
toString
public String toString()
- Overrides:
toString in class Object
MMBase 2.0-SNAPSHOT - null