public class LoadServiceResource extends Object
Constructor and Description |
---|
LoadServiceResource(File path,
String name) |
LoadServiceResource(File path,
String name,
boolean absolute) |
LoadServiceResource(URL resource,
String name) |
LoadServiceResource(URL resource,
String name,
boolean absolute) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
InputStream |
getInputStream() |
String |
getName() |
File |
getPath() |
URL |
getURL() |
boolean |
isAbsolute() |
public InputStream getInputStream() throws IOException
IOException
public String getName()
public File getPath()
public URL getURL() throws IOException
IOException
public String getAbsolutePath()
public boolean isAbsolute()
Copyright © 2001-2016 JRuby. All Rights Reserved.