Package org.alfresco.util
Class OpenOfficeURI
- java.lang.Object
-
- org.alfresco.util.OpenOfficeURI
-
public class OpenOfficeURI extends java.lang.ObjectA 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://".- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description OpenOfficeURI(java.lang.String source)Instantiates a new open office URI.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-