public class ChangeListProjectContent extends VCSApplicationSystem.ContentSetProxy
| Constructor and Description |
|---|
ChangeListProjectContent(Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveMember(java.net.URL url)
Deprecated.
|
java.net.URL[] |
getBaseDirectoryURLs() |
URLPath |
getBaseURLPath() |
ContentSet |
getContentSet(Project project) |
java.net.URL[] |
listURLs(boolean includeDirs,
VCSCancellable cancellable) |
public ChangeListProjectContent(Project project)
public ContentSet getContentSet(Project project)
getContentSet in class VCSApplicationSystem.ContentSetProxypublic java.net.URL[] getBaseDirectoryURLs()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic URLPath getBaseURLPath() throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic java.net.URL[] listURLs(boolean includeDirs,
VCSCancellable cancellable)
throws java.lang.InterruptedException
java.lang.InterruptedException@Deprecated
public boolean canHaveMember(java.net.URL url)
throws java.lang.Exception
java.lang.Exception