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
IOExceptionpublic String getName()
public File getPath()
public URL getURL() throws IOException
IOExceptionpublic String getAbsolutePath()
public boolean isAbsolute()
Copyright © 2001-2015 JRuby. All Rights Reserved.