Uses of Class
net.sourceforge.jnlp.config.InfrastructureFileDescriptor
Packages that use InfrastructureFileDescriptor
Package
Description
This package contains the JNLP cache.
package generally about showing various security prompts
-
Uses of InfrastructureFileDescriptor in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return InfrastructureFileDescriptorModifier and TypeMethodDescriptionCacheLRUWrapper.getCacheDir()
CacheLRUWrapper.getRecentlyUsedFile()
-
Uses of InfrastructureFileDescriptor in net.sourceforge.jnlp.config
Fields in net.sourceforge.jnlp.config declared as InfrastructureFileDescriptorModifier and TypeFieldDescriptionstatic final InfrastructureFileDescriptor
PathsAndFiles.APPLET_TRUST_SETTINGS_SYS
static final InfrastructureFileDescriptor
PathsAndFiles.APPLET_TRUST_SETTINGS_USER
static final InfrastructureFileDescriptor
PathsAndFiles.CACHE_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.ETC_DEPLOYMENT_CFG
static final InfrastructureFileDescriptor
PathsAndFiles.GEN_JNLPS_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.ICONS_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.JAVA_DEPLOYMENT_PROP_FILE
static final InfrastructureFileDescriptor
PathsAndFiles.JAVA_POLICY
static final InfrastructureFileDescriptor
PathsAndFiles.LOCKS_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.LOG_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.MAIN_LOCK
static final InfrastructureFileDescriptor
PathsAndFiles.MENUS_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.MOZILA_GLOBAL_32
static final InfrastructureFileDescriptor
PathsAndFiles.MOZILA_GLOBAL_64
static final InfrastructureFileDescriptor
PathsAndFiles.MOZILA_USER
static final InfrastructureFileDescriptor
PathsAndFiles.OPERA_32
static final InfrastructureFileDescriptor
PathsAndFiles.OPERA_64
static final InfrastructureFileDescriptor
PathsAndFiles.PCACHE_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.PIPES_DIR
PIPES_DIR and both Plugin Dirs are not instatiated to be used.static final InfrastructureFileDescriptor
PathsAndFiles.SYS_CACERT
static final InfrastructureFileDescriptor
PathsAndFiles.SYS_CERT
static final InfrastructureFileDescriptor
PathsAndFiles.SYS_CLIENTCERT
static final InfrastructureFileDescriptor
PathsAndFiles.SYS_JSSECAC
static final InfrastructureFileDescriptor
PathsAndFiles.SYS_JSSECERT
static final InfrastructureFileDescriptor
PathsAndFiles.TMP_DIR
static final InfrastructureFileDescriptor
PathsAndFiles.USER_CACERTS
static final InfrastructureFileDescriptor
PathsAndFiles.USER_CERTS
static final InfrastructureFileDescriptor
PathsAndFiles.USER_CLIENTCERT
static final InfrastructureFileDescriptor
PathsAndFiles.USER_DEPLOYMENT_FILE
static final InfrastructureFileDescriptor
PathsAndFiles.USER_JSSECAC
static final InfrastructureFileDescriptor
PathsAndFiles.USER_JSSECER
Methods in net.sourceforge.jnlp.config that return InfrastructureFileDescriptorModifier and TypeMethodDescriptionstatic InfrastructureFileDescriptor
PathsAndFiles.getRecentlyUsedFile()
Methods in net.sourceforge.jnlp.config that return types with arguments of type InfrastructureFileDescriptorModifier and TypeMethodDescriptionstatic List
<InfrastructureFileDescriptor> PathsAndFiles.getAllFiles()
static List
<InfrastructureFileDescriptor> PathsAndFiles.getAllItWebSettingsFiles()
static List
<InfrastructureFileDescriptor> PathsAndFiles.getAllJavaWsFiles()
static List
<InfrastructureFileDescriptor> PathsAndFiles.getAllPEFiles()
static List
<InfrastructureFileDescriptor> PathsAndFiles.getAllPluginFiles()
static List
<InfrastructureFileDescriptor> PathsAndFiles.getAllSecurityFiles()
Constructors in net.sourceforge.jnlp.config with parameters of type InfrastructureFileDescriptor -
Uses of InfrastructureFileDescriptor in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security that return InfrastructureFileDescriptorModifier and TypeMethodDescriptionstatic final InfrastructureFileDescriptor
KeyStores.getKeyStoreLocation
(KeyStores.Level level, KeyStores.Type type) Returns the location of a KeyStore corresponding to the given level and type.