- java.lang.Object
-
- io.avaje.jex.StaticFileSource
-
public class StaticFileSource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStaticFileSource.Location
-
Constructor Summary
Constructors Constructor Description StaticFileSource(String urlPathPrefix, String path, StaticFileSource.Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StaticFileSource.LocationgetLocation()StringgetPath()StringgetUrlPathPrefix()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StaticFileSource
public StaticFileSource(String urlPathPrefix, String path, StaticFileSource.Location location)
-
-
Method Detail
-
getUrlPathPrefix
public String getUrlPathPrefix()
-
getPath
public String getPath()
-
getLocation
public StaticFileSource.Location getLocation()
-
-