Package | Description |
---|---|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.config.entity | |
org.rvpf.service |
Service helper classes.
|
Modifier and Type | Method and Description |
---|---|
Optional<ClassLibEntity> |
Config.getClassLibEntity(String name)
Gets a class library entity.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.addClassLibEntity(ClassLibEntity classLib)
Adds a class library entity.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassLibEntity.Undefined
Undefined.
|
Modifier and Type | Method and Description |
---|---|
ClassLibEntity |
ClassLibEntity.Builder.build()
Builds an abstract entity.
|
ClassLibEntity |
ClassLibEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<ClassLibEntity> |
ClassDefEntity.getClassLib()
Gets the class library.
|
List<ClassLibEntity> |
ClassLibEntity.getClassLibs()
Gets the included class libraries.
|
Modifier and Type | Method and Description |
---|---|
ClassLibEntity.Builder |
ClassLibEntity.Builder.addClassLib(ClassLibEntity classLib)
Adds a class library.
|
ClassLibEntity.Builder |
ClassLibEntity.Builder.copyFrom(ClassLibEntity classLib)
Copies the values from an other ClassLibEntity.
|
ClassDefEntity.Builder |
ClassDefEntity.Builder.setClassLib(ClassLibEntity classLib)
Sets the class library.
|
Modifier and Type | Method and Description |
---|---|
List<ClassLibEntity> |
ServiceContext.getClassLibs()
Gets the class libraries.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.addClassLib(ClassLibEntity classLib)
Adds a class library.
|
void |
ServiceClassLoader.addFromClassLib(ClassLibEntity classLib)
Adds URLs from a class library to the class path.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceClassLoader.addFromClassLibs(List<ClassLibEntity> classLibs)
Adds URLs from class libraries to the class path.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.