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 StringgetPath()StringgetType()static Sourceof(String type, String path)StringtoString()
-