public class

CaseAwarePath

extends Object
java.lang.Object
   ↳ com.atlassian.fisheye.spi.admin.data.CaseAwarePath

Class Overview

A case aware path.

Summary

Public Constructors
CaseAwarePath(String path)
Create a case insensitive path.
CaseAwarePath(String path, boolean caseSensitive)
Create a path with the specified case sensitivity.
CaseAwarePath(CaseAwarePath other)
Public Methods
boolean equals(Object o)
String getPath()
int hashCode()
boolean isCaseSensitive()
void setCaseSensitive(boolean caseSensitive)
void setPath(String path)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CaseAwarePath (String path)

Create a case insensitive path.

Throws
NullPointerException if path is null

public CaseAwarePath (String path, boolean caseSensitive)

Create a path with the specified case sensitivity.

Throws
NullPointerException if path is null

public CaseAwarePath (CaseAwarePath other)

Public Methods

public boolean equals (Object o)

public String getPath ()

public int hashCode ()

public boolean isCaseSensitive ()

public void setCaseSensitive (boolean caseSensitive)

public void setPath (String path)

Throws
NullPointerException if path is null

public String toString ()