Uses of Class
com.atlassian.jira.issue.attachment.Path

Packages that use Path
com.atlassian.jira.issue.attachment   
 

Uses of Path in com.atlassian.jira.issue.attachment
 

Methods in com.atlassian.jira.issue.attachment that return Path
 Path Path.abbreviate(int maxLength)
          abbreviate a path by removing path components from the middle until the length of the path (as via .getPath()) is not greater then maxLength.
 Path[] Path.abbreviatePathComponents(int maxLength)
          Returns a similar result to getPathComponents(), but abbreviates the result (inserts null at the break point)
 Path Path.getCommonRoot(Path other)
           
 Path Path.getParent()
           
 Path[] Path.getPathComponents()
           
 Path Path.getPathHead()
           
 Path Path.getRelativePath(Path aStartPath)
          returns a path relative to aStartPath.
 Path Path.getRelativePath(Path aStartPath, boolean caseSensitive)
           
 Path Path.getStripTail(Path other)
          if other is an exact tail of this, return the path leading up to that tail otherwise return null
 Path Path.getSubPath(int depth)
           
 Path Path.getTailPath()
           
 Path Path.normalize()
           
 Path Path.simplify()
           
 Path Path.trimFirst()
           
 Path Path.trimFirst(int n)
           
 Path Path.trimLast()
           
 

Methods in com.atlassian.jira.issue.attachment with parameters of type Path
 int Path.compareTo(Path o)
           
 Path Path.getCommonRoot(Path other)
           
 Path Path.getRelativePath(Path aStartPath)
          returns a path relative to aStartPath.
 Path Path.getRelativePath(Path aStartPath, boolean caseSensitive)
           
 Path Path.getStripTail(Path other)
          if other is an exact tail of this, return the path leading up to that tail otherwise return null
 boolean Path.hasPrefix(Path p)
          determines if this path begins with all of p
 boolean Path.hasPrefix(Path p, boolean caseSensitive)
           
 boolean Path.isAncestor(Path descendant)
           
 

Constructors in com.atlassian.jira.issue.attachment with parameters of type Path
Path(Path path)
           
Path(Path aParent, Path aPath)
           
Path(Path aParent, java.lang.String aPath)
           
Path(Path aParent, java.lang.String aPath, boolean allowSloshes)
           
Path(java.lang.String aParent, Path aPath)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.