railo.commons.io.res.type.tar
Class TarResourceProvider

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

public final class TarResourceProvider
extends CompressResourceProvider

See Also:
Serialized Form

Constructor Summary
TarResourceProvider()
           
 
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

TarResourceProvider

public TarResourceProvider()
Method Detail

getCompress

public Compress getCompress(Resource file)
Specified by:
getCompress in class CompressResourceProvider

isAttributesSupported

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

Returns:
is attributes supported or not

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

isModeSupported

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

Returns:
is mode supported or not


Copyright © 2012 Railo