Java Doc for AbstractLinkedRemoteFile.java in » Net » DrFTPD » org » drftpd » remotefile » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Net
»
DrFTPD
»
org.drftpd.remotefile
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.drftpd.remotefile
.AbstractLinkedRemoteFile
AbstractLinkedRemoteFile
abstract
public
class AbstractLinkedRemoteFile implements
LinkedRemoteFileInterface
(Code)
Abstract class for overriding only a subset of LinkedRemoteFile's methods. Can be used for testing.
author:
mog
version:
$Id: AbstractLinkedRemoteFile.java 944 2005-02-03 02:36:48Z mog $
Constructor Summary
public
AbstractLinkedRemoteFile
()
Method Summary
public
LinkedRemoteFile
addFile
(
RemoteFileInterface
file)
public
void
addSlave
(
RemoteSlave
slave)
public
void
cleanSlaveFromMerging
(
RemoteSlave
slave)
public
int
compareTo
(
Object
o)
public
LinkedRemoteFile
createDirectories
(
String
path)
public
LinkedRemoteFile
createDirectory
(
String
fileName)
public
LinkedRemoteFile
createDirectory
(
String
owner,
String
group,
String
fileName)
public
void
delete
()
public
void
deleteFromSlave
(
RemoteSlave
slave)
public
void
deleteOthers
(
RemoteSlave
slave)
public
long
dirSize
()
public
RemoteSlave
getASlave
(char direction,
BaseFtpConnection
conn)
public
RemoteSlave
getASlaveForDownload
(
BaseFtpConnection
conn)
public
List
<
LinkedRemoteFileInterface
>
getAllParentFiles
()
public
Collection
getAvailableSlaves
()
public
long
getCheckSum
()
public
long
getCheckSumCached
()
public
long
getCheckSumFromSlave
()
public
Collection
getDirectories
()
public
LinkedRemoteFileInterface
getFile
(
String
fileName)
public
LinkedRemoteFileInterface
getFileDeleted
(
String
fileName)
public
List
getFiles
()
public
List
getFiles2
()
public
String
getGroupname
()
public
RemoteFileInterface
getLink
()
public
String
getLinkPath
()
public
Map
getMap
()
public
String
getName
()
public
LinkedRemoteFileInterface
getOldestFile
()
public
String
getParent
()
public
LinkedRemoteFile
getParentFile
()
public
LinkedRemoteFile
getParentFileNull
()
public
String
getPath
()
public
LinkedRemoteFile
getRoot
()
public
SFVFile
getSFVFile
()
public
Collection
getSlaves
()
public
String
getUsername
()
public
long
getXferspeed
()
public
long
getXfertime
()
public
boolean
hasFile
(
String
filename)
public
boolean
hasOfflineSlaves
()
public
boolean
hasSlave
(
RemoteSlave
slave)
public
boolean
isAvailable
()
public
boolean
isDeleted
()
public
boolean
isDirectory
()
public
boolean
isFile
()
public
boolean
isLink
()
public
boolean
isValid
()
public
long
lastModified
()
public
long
length
()
public
RemoteFileInterface
[]
listFiles
()
public
LinkedRemoteFile
lookupFile
(
String
path)
public
LinkedRemoteFile
lookupFile
(
String
path, boolean includeDeleted)
public
NonExistingFile
lookupNonExistingFile
(
String
path)
public
NonExistingFile
lookupNonExistingFile
(
String
path, boolean includeDeleted)
public
String
lookupPath
(
String
path)
public
SFVFile
lookupSFVFile
()
public
LinkedRemoteFile
putFile
(
RemoteFileInterface
file)
public
void
remerge
(
LinkedRemoteFile
mergedir,
RemoteSlave
rslave)
public
boolean
removeSlave
(
RemoteSlave
slave)
public
void
renameTo
(
String
toDirPath,
String
toName)
public
void
resetSlaveForMerging
(
RemoteSlave
slave)
public
void
setCheckSum
(long checkSum)
public
void
setGroup
(
String
group)
public
void
setLastModified
(long lastModified)
public
void
setLength
(long length)
public
void
setOwner
(
String
owner)
public
void
setSlaveForMerging
(
RemoteSlave
rslave)
public
void
setXfertime
(long xfertime)
public
void
unmergeDir
(
RemoteSlave
rslave)
public
void
unmergeFile
(
RemoteSlave
rslave)
Constructor Detail
AbstractLinkedRemoteFile
public
AbstractLinkedRemoteFile()
(Code)
Method Detail
addFile
public
LinkedRemoteFile
addFile(
RemoteFileInterface
file)
(Code)
addSlave
public
void addSlave(
RemoteSlave
slave)
(Code)
cleanSlaveFromMerging
public
void cleanSlaveFromMerging(
RemoteSlave
slave)
(Code)
compareTo
public
int compareTo(
Object
o)
(Code)
createDirectories
public
LinkedRemoteFile
createDirectories(
String
path)
(Code)
createDirectory
public
LinkedRemoteFile
createDirectory(
String
fileName) throws
FileExistsException
(Code)
createDirectory
public
LinkedRemoteFile
createDirectory(
String
owner,
String
group,
String
fileName) throws
FileExistsException
(Code)
delete
public
void delete()
(Code)
deleteFromSlave
public
void deleteFromSlave(
RemoteSlave
slave)
(Code)
deleteOthers
public
void deleteOthers(
RemoteSlave
slave)
(Code)
dirSize
public
long dirSize()
(Code)
getASlave
public
RemoteSlave
getASlave(char direction,
BaseFtpConnection
conn) throws
NoAvailableSlaveException
(Code)
getASlaveForDownload
public
RemoteSlave
getASlaveForDownload(
BaseFtpConnection
conn) throws
NoAvailableSlaveException
(Code)
getAllParentFiles
public
List
<
LinkedRemoteFileInterface
> getAllParentFiles()
(Code)
getAvailableSlaves
public
Collection
getAvailableSlaves() throws
NoAvailableSlaveException
(Code)
getCheckSum
public
long getCheckSum() throws
NoAvailableSlaveException
(Code)
getCheckSumCached
public
long getCheckSumCached()
(Code)
getCheckSumFromSlave
public
long getCheckSumFromSlave() throws
NoAvailableSlaveException
,
IOException
(Code)
getDirectories
public
Collection
getDirectories()
(Code)
getFile
public
LinkedRemoteFileInterface
getFile(
String
fileName) throws
FileNotFoundException
(Code)
getFileDeleted
public
LinkedRemoteFileInterface
getFileDeleted(
String
fileName) throws
FileNotFoundException
(Code)
getFiles
public
List
getFiles()
(Code)
getFiles2
public
List
getFiles2()
(Code)
getGroupname
public
String
getGroupname()
(Code)
getLink
public
RemoteFileInterface
getLink() throws
FileNotFoundException
(Code)
getLinkPath
public
String
getLinkPath()
(Code)
getMap
public
Map
getMap()
(Code)
getName
public
String
getName()
(Code)
getOldestFile
public
LinkedRemoteFileInterface
getOldestFile() throws
ObjectNotFoundException
(Code)
getParent
public
String
getParent() throws
FileNotFoundException
(Code)
getParentFile
public
LinkedRemoteFile
getParentFile() throws
FileNotFoundException
(Code)
getParentFileNull
public
LinkedRemoteFile
getParentFileNull()
(Code)
getPath
public
String
getPath()
(Code)
getRoot
public
LinkedRemoteFile
getRoot()
(Code)
getSFVFile
public
SFVFile
getSFVFile() throws
IOException
,
FileNotFoundException
,
NoAvailableSlaveException
(Code)
getSlaves
public
Collection
getSlaves()
(Code)
getUsername
public
String
getUsername()
(Code)
getXferspeed
public
long getXferspeed()
(Code)
getXfertime
public
long getXfertime()
(Code)
hasFile
public
boolean hasFile(
String
filename)
(Code)
hasOfflineSlaves
public
boolean hasOfflineSlaves()
(Code)
hasSlave
public
boolean hasSlave(
RemoteSlave
slave)
(Code)
isAvailable
public
boolean isAvailable()
(Code)
isDeleted
public
boolean isDeleted()
(Code)
isDirectory
public
boolean isDirectory()
(Code)
isFile
public
boolean isFile()
(Code)
isLink
public
boolean isLink()
(Code)
isValid
public
boolean isValid()
(Code)
lastModified
public
long lastModified()
(Code)
length
public
long length()
(Code)
listFiles
public
RemoteFileInterface
[] listFiles()
(Code)
lookupFile
public
LinkedRemoteFile
lookupFile(
String
path) throws
FileNotFoundException
(Code)
lookupFile
public
LinkedRemoteFile
lookupFile(
String
path, boolean includeDeleted) throws
FileNotFoundException
(Code)
lookupNonExistingFile
public
NonExistingFile lookupNonExistingFile(
String
path)
(Code)
lookupNonExistingFile
public
NonExistingFile lookupNonExistingFile(
String
path, boolean includeDeleted)
(Code)
lookupPath
public
String
lookupPath(
String
path)
(Code)
lookupSFVFile
public
SFVFile
lookupSFVFile() throws
IOException
,
FileNotFoundException
,
NoAvailableSlaveException
(Code)
putFile
public
LinkedRemoteFile
putFile(
RemoteFileInterface
file)
(Code)
remerge
public
void remerge(
LinkedRemoteFile
mergedir,
RemoteSlave
rslave)
(Code)
removeSlave
public
boolean removeSlave(
RemoteSlave
slave)
(Code)
renameTo
public
void renameTo(
String
toDirPath,
String
toName) throws
IOException
,
FileNotFoundException
(Code)
resetSlaveForMerging
public
void resetSlaveForMerging(
RemoteSlave
slave)
(Code)
setCheckSum
public
void setCheckSum(long checkSum)
(Code)
setGroup
public
void setGroup(
String
group)
(Code)
setLastModified
public
void setLastModified(long lastModified)
(Code)
setLength
public
void setLength(long length)
(Code)
setOwner
public
void setOwner(
String
owner)
(Code)
setSlaveForMerging
public
void setSlaveForMerging(
RemoteSlave
rslave)
(Code)
setXfertime
public
void setXfertime(long xfertime)
(Code)
unmergeDir
public
void unmergeDir(
RemoteSlave
rslave)
(Code)
unmergeFile
public
void unmergeFile(
RemoteSlave
rslave)
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.