|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.util.OpenOfficeURI
public class OpenOfficeURI
A class that attempts to embody OpenOffice's rules for encoding file URIs which appear to differ from Java's. A Windows style path is always prefixed "file:///" whereas a unix one is prefixed "file://".
Constructor Summary | |
---|---|
OpenOfficeURI(java.lang.String source)
Instantiates a new open office URI. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpenOfficeURI(java.lang.String source) throws java.io.IOException
source
- the source file name to convert to a URI
java.io.IOException
- if the string cannot be resolved to a canonical file pathMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |