public class SourceAdapter extends Object implements Source
| Constructor and Description |
|---|
SourceAdapter(Source source) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Source> |
getChildren() |
String |
getExternalPath() |
String |
getInternalPath() |
String |
getName() |
Source |
getSource() |
boolean |
isFolder() |
boolean |
isStream() |
InputStream |
openStream() |
String |
toString() |
public SourceAdapter(Source source)
public String getExternalPath()
getExternalPath in interface Sourcepublic Iterable<Source> getChildren()
getChildren in interface Sourcepublic String getInternalPath()
getInternalPath in interface Sourcepublic InputStream openStream() throws IOException
openStream in interface SourceIOExceptionpublic Source getSource()
Copyright © 2022 vpc open source initiative. All rights reserved.