|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swordfish.plugins.compression.CompressorImpl
public class CompressorImpl
| Constructor Summary | |
|---|---|
CompressorImpl()
|
|
| Method Summary | |
|---|---|
javax.xml.transform.Source |
asCompressedSource(javax.xml.transform.Source src)
Compress a source |
javax.xml.transform.Source |
asUncompressedSource(javax.xml.transform.Source src)
Uncompress a source |
boolean |
isSourceEmpty(javax.xml.transform.Source src)
Check if source is empty (so compressing or uncompressing does not have to be performed) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompressorImpl()
| Method Detail |
|---|
public boolean isSourceEmpty(javax.xml.transform.Source src)
Compressor
isSourceEmpty in interface Compressorsrc - - the source object
public javax.xml.transform.Source asCompressedSource(javax.xml.transform.Source src)
Compressor
asCompressedSource in interface Compressorsrc - - source to be compressed
public javax.xml.transform.Source asUncompressedSource(javax.xml.transform.Source src)
Compressor
asUncompressedSource in interface Compressorsrc - - source to be uncompressed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||