Uses of Class
net.foxgenesis.property.PropertyException
Packages that use PropertyException
-
Uses of PropertyException in net.foxgenesis.property
Subclasses of PropertyException in net.foxgenesis.propertyMethods in net.foxgenesis.property that throw PropertyExceptionModifier and TypeMethodDescriptionPropertyResolver.createPropertyInfo(C category, K key, boolean modifiable, @NotNull PropertyType type) Create a new property inside the configuration.@NotNull Optional<?>PropertyResolver.getInternal(L lookup, @NotNull PropertyInfo info) Get an internal property inside the configuration.PropertyResolver.getPropertyByID(int id) Get the property linked to the specifiedid.PropertyResolver.getPropertyInfo(C category, K key) Get the property information for the specified property.@NotNull List<PropertyInfo>PropertyResolver.getPropertyList()Get aListof all registered properties.booleanPropertyResolver.isPresent(L lookup, @NotNull PropertyInfo info) Check if the specified property is present in the configuration.booleanPropertyResolver.isRegistered(C category, K key) Check if the specified property exists inside the configuration.static <U> UbooleanPropertyResolver.putInternal(L lookup, @NotNull PropertyInfo info, @Nullable InputStream in) Put/Update an internal property inside the configuration.booleanPropertyResolver.removeInternal(L lookup, @NotNull PropertyInfo info) Remove an internal value from the configuration. -
Uses of PropertyException in net.foxgenesis.property.lck
Methods in net.foxgenesis.property.lck that throw PropertyExceptionModifier and TypeMethodDescriptionLCKPropertyResolver.getInternal(Long lookup, PropertyInfo info)