| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.ncode | |
| net.thevpc.nuts.toolbox.ncode.filters | |
| net.thevpc.nuts.toolbox.ncode.processors | |
| net.thevpc.nuts.toolbox.ncode.sources |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Source> |
Source.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SourceFilter.accept(Source source) |
boolean |
SourceFilter.lookInto(Source source) |
static void |
SourceNavigator.navigate(Source s,
SourceFilter filter,
SourceProcessor processor,
net.thevpc.nuts.NutsSession session,
List<Object> results) |
static void |
SourceNavigator.navigate0(Source s,
SourceFilter filter,
SourceProcessor processor,
net.thevpc.nuts.NutsSession session,
List<Object> results) |
Object |
SourceProcessor.process(Source source,
net.thevpc.nuts.NutsSession session) |
Object |
FileLookup.process(Source source,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaSourceFilter.accept(Source source) |
boolean |
PathSourceFilter.accept(Source source) |
boolean |
JavaSourceFilter.lookInto(Source source) |
boolean |
PathSourceFilter.lookInto(Source source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PathSourceFormatter.process(Source source,
net.thevpc.nuts.NutsSession session) |
Object |
JavaSourceFormatter.process(Source source,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSource |
class |
FolderSource |
class |
JarSource |
class |
JavaTypeSource |
class |
RegularFileSource |
class |
SourceAdapter |
class |
ZipEntrySource |
class |
ZipSource |
| Modifier and Type | Method and Description |
|---|---|
static Source |
SourceFactory.create(File file) |
Source |
SourceAdapter.getSource() |
static Source |
SourceFactory.wrap(Source src) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Source> |
FileSource.getChildren() |
Iterable<Source> |
FolderSource.getChildren() |
Iterable<Source> |
SourceAdapter.getChildren() |
Iterable<Source> |
ZipEntrySource.getChildren() |
List<Source> |
RegularFileSource.getChildren() |
Iterable<Source> |
ZipSource.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static Source |
SourceFactory.wrap(Source src) |
| Constructor and Description |
|---|
JarSource(Source source) |
JavaTypeSource(Source source) |
SourceAdapter(Source source) |
ZipSource(Source source) |
Copyright © 2022 vpc open source initiative. All rights reserved.