jar

org.apache.felix : org.apache.felix.prefs

Maven & Gradle

Oct 12, 2016
27 usages

Apache Felix Preferences Service · Implementation of the OSGi Preferences Service Specification 1.1.1

Table Of Contents

Latest Version

Download org.apache.felix : org.apache.felix.prefs JAR file - Latest Versions:

All Versions

Download org.apache.felix : org.apache.felix.prefs JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.apache.felix.prefs-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.felix.prefs.impl

├─ org.apache.felix.prefs.impl.DataFileBackingStoreImpl.class - [JAR]

├─ org.apache.felix.prefs.impl.PreferencesManager.class - [JAR]

├─ org.apache.felix.prefs.impl.PreferencesServiceImpl.class - [JAR]

├─ org.apache.felix.prefs.impl.StreamBackingStoreImpl.class - [JAR]

org.osgi.service.prefs

├─ org.osgi.service.prefs.BackingStoreException.class - [JAR]

├─ org.osgi.service.prefs.Preferences.class - [JAR]

├─ org.osgi.service.prefs.PreferencesService.class - [JAR]

org.apache.felix.prefs

├─ org.apache.felix.prefs.BackingStore.class - [JAR]

├─ org.apache.felix.prefs.BackingStoreManager.class - [JAR]

├─ org.apache.felix.prefs.ChangeSet.class - [JAR]

├─ org.apache.felix.prefs.PreferencesDescription.class - [JAR]

├─ org.apache.felix.prefs.PreferencesImpl.class - [JAR]

├─ org.apache.felix.prefs.package-info.class - [JAR]

org.apache.commons.codec.binary

├─ org.apache.commons.codec.binary.Base32.class - [JAR]

├─ org.apache.commons.codec.binary.Base32InputStream.class - [JAR]

├─ org.apache.commons.codec.binary.Base32OutputStream.class - [JAR]

├─ org.apache.commons.codec.binary.Base64.class - [JAR]

├─ org.apache.commons.codec.binary.Base64InputStream.class - [JAR]

├─ org.apache.commons.codec.binary.Base64OutputStream.class - [JAR]

├─ org.apache.commons.codec.binary.BaseNCodec.class - [JAR]

├─ org.apache.commons.codec.binary.BaseNCodecInputStream.class - [JAR]

├─ org.apache.commons.codec.binary.BaseNCodecOutputStream.class - [JAR]

├─ org.apache.commons.codec.binary.BinaryCodec.class - [JAR]

├─ org.apache.commons.codec.binary.CharSequenceUtils.class - [JAR]

├─ org.apache.commons.codec.binary.Hex.class - [JAR]

├─ org.apache.commons.codec.binary.StringUtils.class - [JAR]

org.apache.commons.codec

├─ org.apache.commons.codec.BinaryDecoder.class - [JAR]

├─ org.apache.commons.codec.BinaryEncoder.class - [JAR]

├─ org.apache.commons.codec.CharEncoding.class - [JAR]

├─ org.apache.commons.codec.Charsets.class - [JAR]

├─ org.apache.commons.codec.Decoder.class - [JAR]

├─ org.apache.commons.codec.DecoderException.class - [JAR]

├─ org.apache.commons.codec.Encoder.class - [JAR]

├─ org.apache.commons.codec.EncoderException.class - [JAR]

├─ org.apache.commons.codec.StringDecoder.class - [JAR]

├─ org.apache.commons.codec.StringEncoder.class - [JAR]

├─ org.apache.commons.codec.StringEncoderComparator.class - [JAR]

Advertisement