public interface RepoPath extends Info
Modifier and Type | Field and Description |
---|---|
static char |
ARCHIVE_SEP |
static String |
REMOTE_CACHE_SUFFIX |
static char |
REPO_PATH_SEP |
static final char REPO_PATH_SEP
static final char ARCHIVE_SEP
static final String REMOTE_CACHE_SUFFIX
String getPath()
String getId()
String toPath()
repoKey = "key", path = "path/to" returns "key/path/to" repoKey = "key", name = "" returns "key/"
String getName()
@Nullable RepoPath getParent()
boolean isRoot()
boolean isFile()
boolean isFolder()
Copyright © 2014. All rights reserved.