net.sourceforge.dvb.projectx.xinput
Class XInputDirectory

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.xinput.XInputDirectory

public class XInputDirectory
extends java.lang.Object
implements XInputDirectoryIF


Constructor Summary
XInputDirectory(java.lang.Object aVO)
           
 
Method Summary
 boolean equals(java.lang.Object aObj)
           
 java.lang.String getDirectory()
          Get path of directory
 DirType getDirType()
           
 XInputFile[] getFiles()
          Get files in the directory.
 java.lang.String getLog()
          Get log of communication with ftp server.
 XInputDirectory getNewInstance()
           
 java.lang.String getPassword()
          Get password for the ftp server
 java.lang.String getPort()
          Get port of the ftp server
 java.lang.String getServer()
          Get name or ip address of the ftp server
 java.lang.String getTestMsg()
          Get result message after test().
 java.lang.String getUser()
          Get user for the ftp server
 int hashCode()
           
 boolean test()
          Test if directory data is valid.
 java.lang.String toString()
          Get String representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XInputDirectory

public XInputDirectory(java.lang.Object aVO)
Method Detail

getNewInstance

public XInputDirectory getNewInstance()

equals

public boolean equals(java.lang.Object aObj)
Overrides:
equals in class java.lang.Object

getDirectory

public java.lang.String getDirectory()
Description copied from interface: XInputDirectoryIF
Get path of directory
Specified by:
getDirectory in interface XInputDirectoryIF
Returns:
 

getDirType

public DirType getDirType()
Specified by:
getDirType in interface XInputDirectoryIF
Returns:
 

getFiles

public XInputFile[] getFiles()
Description copied from interface: XInputDirectoryIF
Get files in the directory.
Specified by:
getFiles in interface XInputDirectoryIF
Returns:
 

getLog

public java.lang.String getLog()
Description copied from interface: XInputDirectoryIF
Get log of communication with ftp server.
Specified by:
getLog in interface XInputDirectoryIF
Returns:
 

getPassword

public java.lang.String getPassword()
Description copied from interface: XInputDirectoryIF
Get password for the ftp server
Specified by:
getPassword in interface XInputDirectoryIF
Returns:
 

getServer

public java.lang.String getServer()
Description copied from interface: XInputDirectoryIF
Get name or ip address of the ftp server
Specified by:
getServer in interface XInputDirectoryIF
Returns:
 

getPort

public java.lang.String getPort()
Description copied from interface: XInputDirectoryIF
Get port of the ftp server
Specified by:
getPort in interface XInputDirectoryIF
Returns:
 

getTestMsg

public java.lang.String getTestMsg()
Description copied from interface: XInputDirectoryIF
Get result message after test().
Specified by:
getTestMsg in interface XInputDirectoryIF
Returns:
 

getUser

public java.lang.String getUser()
Description copied from interface: XInputDirectoryIF
Get user for the ftp server
Specified by:
getUser in interface XInputDirectoryIF
Returns:
 

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

test

public boolean test()
Description copied from interface: XInputDirectoryIF
Test if directory data is valid.
Specified by:
test in interface XInputDirectoryIF
Returns:
 

toString

public java.lang.String toString()
Description copied from interface: XInputDirectoryIF
Get String representation of the object.
Specified by:
toString in interface XInputDirectoryIF
Overrides:
toString in class java.lang.Object
Tags copied from interface: XInputDirectoryIF
Returns:
String representation of the object