|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFile | |
---|---|
net.sourceforge.cvsgrab | |
net.sourceforge.cvsgrab.web |
Uses of RemoteFile in net.sourceforge.cvsgrab |
---|
Methods in net.sourceforge.cvsgrab that return RemoteFile | |
---|---|
abstract RemoteFile[] |
CvsWebInterface.getFiles(Document doc)
|
RemoteFile[] |
RemoteDirectory.getRemoteFiles()
Gets the remote files attribute |
Methods in net.sourceforge.cvsgrab with parameters of type RemoteFile | |
---|---|
void |
LocalRepository.backupFile(RemoteFile remoteFile)
Backup a remote file that was locally modified |
int |
LocalRepository.checkUpdateStatus(RemoteFile remoteFile)
Return true if the file needs to be updated |
String |
RemoteRepository.getDownloadUrl(RemoteFile file)
|
abstract String |
CvsWebInterface.getDownloadUrl(RemoteFile file)
|
File |
LocalRepository.getLocalFile(RemoteFile remoteFile)
Gets the local file to use for storing the contents of the remote file |
String |
LocalRepository.getLocalVersion(RemoteFile remoteFile)
Returns the local version of the remote file |
void |
RemoteDirectory.registerRemoteFile(RemoteFile file)
Registers the remote file in this directory |
void |
LocalRepository.unregisterFile(RemoteFile remoteFile)
Unregister a file from the CVS entries, forcing it to be reloaded next time the program is run |
void |
RemoteDirectory.unregisterRemoteFile(RemoteFile file)
Unregisters the remote file |
void |
LocalRepository.updateFileVersion(RemoteFile remoteFile)
Update a file version in the local CVS entries |
Uses of RemoteFile in net.sourceforge.cvsgrab.web |
---|
Methods in net.sourceforge.cvsgrab.web that return RemoteFile | |
---|---|
RemoteFile[] |
ViewCvsInterface.getFiles(Document htmlPage)
|
RemoteFile[] |
Chora2_0Interface.getFiles(Document htmlPage)
|
Methods in net.sourceforge.cvsgrab.web with parameters of type RemoteFile | |
---|---|
protected void |
ViewCvsInterface.adjustFile(RemoteFile file,
org.apache.commons.jxpath.JXPathContext nodeContext)
|
protected void |
ViewCvs1_0Interface.adjustFile(RemoteFile file,
org.apache.commons.jxpath.JXPathContext nodeContext)
|
protected void |
ViewCvs0_7Interface.adjustFile(RemoteFile file,
org.apache.commons.jxpath.JXPathContext nodeContext)
|
protected void |
FishEye1_0Interface.adjustFile(RemoteFile file,
org.apache.commons.jxpath.JXPathContext nodeContext)
|
protected void |
Chora2_0Interface.adjustFile(RemoteFile file,
org.apache.commons.jxpath.JXPathContext nodeContext)
|
String |
ViewCvsInterface.getDownloadUrl(RemoteFile file)
|
String |
ViewCvs1_0Interface.getDownloadUrl(RemoteFile file)
|
String |
FishEye1_0Interface.getDownloadUrl(RemoteFile file)
|
String |
CvsWeb1_0Interface.getDownloadUrl(RemoteFile file)
|
String |
Chora2_0Interface.getDownloadUrl(RemoteFile file)
|
String |
ViewCvs0_7Interface.getDownloadUrl(String rootUrl,
RemoteFile file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |