Package io.mateu.mdd.shared.data
Class URLResource
- java.lang.Object
-
- io.mateu.mdd.shared.data.URLResource
-
-
Constructor Summary
Constructors Constructor Description URLResource(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()StringgetName()StringgetPath()FileTypegetType()StringgetUrl()voidset(String value)voidset(String name, String absolutePath)voidsetBytes(byte[] bytes)voidsetName(String name)voidsetPath(String path)voidsetType(FileType type)voidsetUrl(String url)IFileLocatortoFileLocator()
-
-
-
Constructor Detail
-
URLResource
public URLResource(URL url)
-
-
Method Detail
-
toFileLocator
public IFileLocator toFileLocator() throws Exception
- Specified by:
toFileLocatorin interfaceIResource- Throws:
Exception
-
-