|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.util.Resource
@Deprecated public class Resource
Constructor Summary | |
---|---|
Resource()
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. |
String |
getContentTypePrefix()
Deprecated. |
File |
getFile()
Deprecated. As of Confluence 1.4 RC 1 this is deprecated. It is now replaced by relatePathToFile calls. |
String |
getKey()
Deprecated. |
String |
getRelativePathToFile()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setContentTypePrefix(String contentTypePrefix)
Deprecated. |
void |
setFile(File file)
Deprecated. As of Confluence 1.4 RC 1 this is deprecated. It is now replaced by relatePathToFile calls. |
void |
setKey(String key)
Deprecated. |
void |
setRelativePathToFile(String relativePathToFile)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Resource()
Method Detail |
---|
public String getKey()
public void setKey(String key)
@Deprecated public File getFile()
@Deprecated public void setFile(File file)
public String getRelativePathToFile()
public void setRelativePathToFile(String relativePathToFile)
public String getContentTypePrefix()
public void setContentTypePrefix(String contentTypePrefix)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |