TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.entry.EntryName

Packages that use EntryName
de.schlichtherle.truezip.entry Essential interfaces and classes for entries and containers in (possibly federated virtual) file systems. 
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
 

Uses of EntryName in de.schlichtherle.truezip.entry
 

Methods in de.schlichtherle.truezip.entry that return EntryName
static EntryName EntryName.create(String uri)
          Constructs a new entry name by constructing a new URI from the given string representation and parsing the result.
static EntryName EntryName.create(URI uri)
          Constructs a new entry name by parsing the given URI.
 

Methods in de.schlichtherle.truezip.entry with parameters of type EntryName
 int EntryName.compareTo(EntryName that)
          Implements a natural ordering which is consistent with equals(Object).
 

Constructors in de.schlichtherle.truezip.entry with parameters of type EntryName
EntryName(EntryName parent, EntryName member)
          Constructs a new entry name by resolving the given member entry name against the given parent entry name.
 

Uses of EntryName in de.schlichtherle.truezip.fs
 

Subclasses of EntryName in de.schlichtherle.truezip.fs
 class FsEntryName
          Addresses an entry in a file system relative to its mount point.
 


TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.