public class ExemptResource extends Object implements Comparable<ExemptResource>
Constructor and Description |
---|
ExemptResource(String line) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExemptResource o) |
boolean |
equals(Object o) |
String |
getResourceName()
Returns resource name, which is full resource key
|
int |
hashCode() |
boolean |
isVariable()
Returns if this exception depends on instance configuration.
|
String |
toString() |
public ExemptResource(String line)
public String getResourceName()
public boolean isVariable()
public int compareTo(ExemptResource o)
compareTo
in interface Comparable<ExemptResource>
Copyright © 2002-2019 Atlassian. All Rights Reserved.