jar

org.uberfire : uberfire-preferences-api

Maven & Gradle

Jul 13, 2023
66 usages
82 stars

Uberfire Preferences API · Uberfire Preferences API

Table Of Contents

Latest Version

Download org.uberfire : uberfire-preferences-api JAR file - Latest Versions:

All Versions

Download org.uberfire : uberfire-preferences-api JAR file - All Versions:

Version Vulnerabilities Size Updated
7.74.x
7.73.x
7.72.x
7.71.x
7.70.x
7.69.x
7.68.x
7.67.x
7.66.x
7.65.x
7.64.x
7.63.x
7.62.x
7.61.x
7.60.x
7.59.x
7.58.x
7.57.x
7.56.x
7.55.x
7.54.x
7.53.x
7.52.x
7.51.x
7.50.x
7.49.x
7.48.x
7.47.x
7.46.x
7.45.x
7.44.x
7.43.x
7.42.x
7.41.x
7.40.x
7.39.x
7.38.x
7.37.x
7.36.x
7.35.x
7.34.x
7.33.x
7.32.x
7.31.x
7.30.x
7.29.x
7.28.x
2.24.x
2.23.x
2.22.x
2.21.x
2.20.x
2.19.x
2.18.x
2.17.x
2.16.x
2.15.x
2.14.x
2.13.x
2.12.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
1.4.x
1.3.x
1.2.x
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 uberfire-preferences-api-7.74.1.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.uberfire.preferences.shared.impl.exception

├─ org.uberfire.preferences.shared.impl.exception.InvalidPreferenceScopeException.class - [JAR]

org.uberfire.preferences.shared.impl

├─ org.uberfire.preferences.shared.impl.DefaultPreferenceScopeResolutionStrategy.class - [JAR]

├─ org.uberfire.preferences.shared.impl.DefaultPreferenceScopeResolver.class - [JAR]

├─ org.uberfire.preferences.shared.impl.DefaultPreferenceScopeTypes.class - [JAR]

├─ org.uberfire.preferences.shared.impl.DefaultScopes.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopeFactoryImpl.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopeImpl.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopeTypesProducer.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopeValidatorImpl.class - [JAR]

├─ org.uberfire.preferences.shared.impl.PreferenceScopedValue.class - [JAR]

org.uberfire.preferences.shared.event

├─ org.uberfire.preferences.shared.event.PreferenceUpdatedEvent.class - [JAR]

org.uberfire.preferences.shared

├─ org.uberfire.preferences.shared.PreferenceScope.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceScopeFactory.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceScopeResolutionStrategy.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceScopeResolver.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceScopeTypes.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceScopeValidator.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceStorage.class - [JAR]

├─ org.uberfire.preferences.shared.PreferenceStore.class - [JAR]

├─ org.uberfire.preferences.shared.PropertyFormOptions.class - [JAR]

├─ org.uberfire.preferences.shared.PropertyFormType.class - [JAR]

├─ org.uberfire.preferences.shared.PropertyValidator.class - [JAR]

├─ org.uberfire.preferences.shared.UsernameProvider.class - [JAR]

org.uberfire.preferences.shared.bean

├─ org.uberfire.preferences.shared.bean.BasePreference.class - [JAR]

├─ org.uberfire.preferences.shared.bean.BasePreferenceBean.class - [JAR]

├─ org.uberfire.preferences.shared.bean.BasePreferencePortable.class - [JAR]

├─ org.uberfire.preferences.shared.bean.Preference.class - [JAR]

├─ org.uberfire.preferences.shared.bean.PreferenceBeanServerStore.class - [JAR]

├─ org.uberfire.preferences.shared.bean.PreferenceBeanStore.class - [JAR]

├─ org.uberfire.preferences.shared.bean.PreferenceHierarchyElement.class - [JAR]

├─ org.uberfire.preferences.shared.bean.PreferenceRootElement.class - [JAR]

org.uberfire.preferences.shared.bean.mock

├─ org.uberfire.preferences.shared.bean.mock.PortablePreferenceMock.class - [JAR]

├─ org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl.class - [JAR]

├─ org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl.class - [JAR]

org.uberfire.preferences.shared.impl.validation

├─ org.uberfire.preferences.shared.impl.validation.ConstrainedValuesValidator.class - [JAR]

├─ org.uberfire.preferences.shared.impl.validation.EnumValuePropertyValidator.class - [JAR]

├─ org.uberfire.preferences.shared.impl.validation.NotEmptyValidator.class - [JAR]

├─ org.uberfire.preferences.shared.impl.validation.NumberPropertyValidator.class - [JAR]

├─ org.uberfire.preferences.shared.impl.validation.StringPropertyValidator.class - [JAR]

├─ org.uberfire.preferences.shared.impl.validation.ValidationResult.class - [JAR]

org.uberfire.preferences.shared.annotations

├─ org.uberfire.preferences.shared.annotations.PortablePreference.class - [JAR]

├─ org.uberfire.preferences.shared.annotations.Property.class - [JAR]

├─ org.uberfire.preferences.shared.annotations.RootPreference.class - [JAR]

├─ org.uberfire.preferences.shared.annotations.WorkbenchPreference.class - [JAR]

Advertisement

Dependencies from Group

Jul 13, 2023
455 usages
82 stars
Jul 13, 2023
315 usages
82 stars
Jul 13, 2023
209 usages
82 stars
Jul 13, 2023
204 usages
82 stars
Jul 13, 2023
194 usages
82 stars

Discover Dependencies

Aug 14, 2023
95 usages
813 stars
May 25, 2020
64 usages
5.1k stars
Jun 03, 2023
75 usages
806 stars
Oct 15, 2017
83 usages
Apr 05, 2019
69 usages
1.9k stars
Jun 14, 2023
65 usages
196 stars
Jan 31, 2023
75 usages
541 stars
May 10, 2023
74 usages
1.1k stars
Aug 21, 2023
91 usages
7.7k stars