hudson.model
Class DirectoryBrowserSupport.Path
java.lang.Object
hudson.model.DirectoryBrowserSupport.Path
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DirectoryBrowserSupport
public static final class DirectoryBrowserSupport.Path
- extends Object
- implements Serializable
Represents information about one file or folder.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryBrowserSupport.Path
public DirectoryBrowserSupport.Path(String href,
String title,
boolean isFolder,
long size,
boolean isReadable)
isFolder
public boolean isFolder()
isReadable
public boolean isReadable()
getHref
public String getHref()
getTitle
public String getTitle()
getIconName
public String getIconName()
getSize
public long getSize()
Copyright © 2004-2013. All Rights Reserved.