public static interface Pool.Module
Modifier and Type | Method and Description |
---|---|
void |
add(Pool.ModuleData data)
Add a ModuleData to this module.
|
Pool.ModuleData |
get(String path)
Retrieves a ModuleData from a path (e.g:
/mymodule/com.foo.bar/MyClass.class)
|
Set<String> |
getAllPackages()
Retrieves all the packages located in this module.
|
Collection<Pool.ModuleData> |
getContent()
Retrieves the collection of ModuleData.
|
ModuleDescriptor |
getDescriptor()
The module descriptor of this module.
|
String |
getName()
The module name.
|
String getName()
Pool.ModuleData get(String path)
path
- The piece of data path.ModuleDescriptor getDescriptor()
void add(Pool.ModuleData data)
data
- The ModuleData to add.Set<String> getAllPackages()
Collection<Pool.ModuleData> getContent()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-29-133312.buildd.src