NAME

Archive::AndroidBackup::DirTree

DESCRIPTION

subclass of Tree specifically to ease use of unix paths

METHODS

build_from_str($unixPath);

splits on / and add children as appropriate
ie.  ->build_from_str('apps/com.your.namespace/_manifest');

build_from_file($fh)

build tree from STDIN
ie. ->build_from_file(FileHandle->new_from_fd(0, "r")); 

node_as_string

print fully qualified path