Package io.vertigo.studio.source
Class Source
- java.lang.Object
-
- io.vertigo.studio.source.Source
-
public final class Source extends Object
A resource is defined by - a type - a path A resource can be a file, a blob or a simple java class. A resource is used to configure a module.- Author:
- pchretien, mlaroche
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
String
getType()
static Source
of(String type, String path)
String
toString()
-