railo.commons.io.res.type.tgz
Class TGZResourceProvider

java.lang.Object
  extended by railo.commons.io.res.type.compress.CompressResourceProvider
      extended by railo.commons.io.res.type.tgz.TGZResourceProvider
All Implemented Interfaces:
Serializable, ResourceProvider, Sizeable

public final class TGZResourceProvider
extends CompressResourceProvider

See Also:
Serialized Form

Constructor Summary
TGZResourceProvider()
           
 
Method Summary
 Compress getCompress(Resource file)
           
 boolean isAttributesSupported()
          returns if the resource support attributes for his resources
 boolean isCaseSensitive()
          returns if the resources of the provider are case-sensitive or not
 boolean isModeSupported()
          returns if the resource support mode for his resources
 
Methods inherited from class railo.commons.io.res.type.compress.CompressResourceProvider
getArguments, getResource, getScheme, init, init, lock, read, setResources, sizeOf, unlock
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGZResourceProvider

public TGZResourceProvider()
Method Detail

getCompress

public Compress getCompress(Resource file)
Specified by:
getCompress in class CompressResourceProvider
See Also:
CompressResourceProvider.getCompress(railo.commons.io.res.Resource)

isAttributesSupported

public boolean isAttributesSupported()
Description copied from interface: ResourceProvider
returns if the resource support attributes for his resources

Returns:
is attributes supported or not
See Also:
ResourceProvider.isAttributesSupported()

isCaseSensitive

public boolean isCaseSensitive()
Description copied from interface: ResourceProvider
returns if the resources of the provider are case-sensitive or not

Returns:
is resource case-sensitive or not
See Also:
ResourceProvider.isCaseSensitive()

isModeSupported

public boolean isModeSupported()
Description copied from interface: ResourceProvider
returns if the resource support mode for his resources

Returns:
is mode supported or not
See Also:
ResourceProvider.isModeSupported()


Copyright © 2012 Railo