public class JarServiceProviderConfigurationEntry extends AbstractJarEntry
name, time| Constructor and Description |
|---|
JarServiceProviderConfigurationEntry(long time,
ServiceProviderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
JarServiceProviderConfigurationEntry |
accept(JarEntryTransformer vistor)
Processes the jar entry with the given transformer.
|
ServiceProviderConfiguration |
getConfig()
Gets the service provider configuration.
|
byte[] |
getContents()
Gets the contents of the jar entry.
|
String |
getExtension()
Gets the extension of the jar entry.
|
getName, getPackage, getSimpleName, getTime, writepublic JarServiceProviderConfigurationEntry(long time,
ServiceProviderConfiguration config)
public final ServiceProviderConfiguration getConfig()
public final String getExtension()
AbstractJarEntrygetExtension in class AbstractJarEntrypublic final byte[] getContents()
AbstractJarEntrygetContents in class AbstractJarEntrypublic final JarServiceProviderConfigurationEntry accept(JarEntryTransformer vistor)
AbstractJarEntryaccept in class AbstractJarEntryvistor - The transformer