Package | Description |
---|---|
org.rvpf.config.entity | |
org.rvpf.metadata.entity | |
org.rvpf.service |
Service helper classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClassDefEntity.is(Class<?> classObject)
Asks if this instance implements an interface.
|
boolean |
ClassDefEntity.is(String className)
Asks if this instance implements an interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PointEntity.contentIs(String name)
Asks if the content implements a specified interface.
|
boolean |
ProxyEntity.is(Class<?> classObject)
Asks if the proxied entity implements an interface.
|
boolean |
ProxyEntity.is(String className)
Asks if the proxied entity implements an interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceClassLoader.addFromClassLib(ClassLibEntity classLib)
Adds URLs from a class library to the class path.
|
void |
ServiceClassLoader.addFromClassLibs(List<ClassLibEntity> classLibs)
Adds URLs from class libraries to the class path.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.