public class Config extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Config.Next
Class used to pass library builder configuration for next (newer)
GlassFish versions to library builder configuration constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) URL[] |
configFiles
Configuration files.
|
(package private) int[] |
index
Version to configuration file mapping table.
|
Constructor and Description |
---|
Config(URL defaultConfig,
Config.Next... nextConfig)
Creates an instance of library builder configuration.
|
final URL[] configFiles
final int[] index
public Config(URL defaultConfig, Config.Next... nextConfig)
defaultConfig
- Default libraries configuration file.nextConfig
- Next libraries configuration file(s) starting from
provided version. Versions must be passed
in ascending order.Copyright © 2013. All Rights Reserved.