Top Description Fields Constructors Methods
sun.security.tools.jarsigner

public Class Resources

extends ListResourceBundle
Class Inheritance

This class represents the ResourceBundle for JarSigner.

Field Summary

Modifier and TypeField and Description
private static final Object[][]

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Object[][]

Returns:

the contents of this ResourceBundle.
getContents
()

Implements abstract java.util.ListResourceBundle.getContents.

Returns the contents of this ResourceBundle.

Inherited from java.util.ListResourceBundle:
getKeyshandleGetObjecthandleKeySet

Field Detail

contentsback to summary
private static final Object[][] contents

Constructor Detail

Resourcesback to summary
public Resources()

Method Detail

getContentsback to summary
public Object[][] getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Returns the contents of this ResourceBundle.

Returns:Object[][]

the contents of this ResourceBundle.

Annotations
@Override