hudson.model
Class DirectoryBrowserSupport.Path

java.lang.Object
  extended by 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

Constructor Summary
DirectoryBrowserSupport.Path(String href, String title, boolean isFolder, long size, boolean isReadable)
           
 
Method Summary
 String getHref()
           
 String getIconName()
           
 long getSize()
           
 String getTitle()
           
 boolean isFolder()
           
 boolean isReadable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryBrowserSupport.Path

public DirectoryBrowserSupport.Path(String href,
                                    String title,
                                    boolean isFolder,
                                    long size,
                                    boolean isReadable)
Method Detail

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.