com.stratelia.webactiv.kmelia.model
Class FileFolder

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.FileFolder
All Implemented Interfaces:
Serializable

public class FileFolder
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileFolder(String path)
          Constructor declaration
 
Method Summary
 ArrayList getChildren()
          Method declaration
 Collection getFiles()
          Method declaration
 Collection getFolders()
          Method declaration
 String getName()
          Method declaration
 String getPath()
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFolder

public FileFolder(String path)
Constructor declaration

Parameters:
path -
See Also:
Method Detail

getFiles

public Collection getFiles()
Method declaration

Returns:
See Also:

getFolders

public Collection getFolders()
Method declaration

Returns:
See Also:

getName

public String getName()
Method declaration

Returns:
See Also:

getPath

public String getPath()
Method declaration

Returns:
See Also:

getChildren

public ArrayList getChildren()
Method declaration

Returns:
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.