Uses of Class
org.europa.together.exceptions.MisconfigurationException
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
Uses of MisconfigurationException in org.europa.together.application
Modifier and TypeMethodDescriptionImgSclrProcessor.crop
(int x, int y, int height, int width) ImgSclrProcessor.flipHorizontal()
ImgSclrProcessor.flipVertical()
org.ff4j.FF4j
FeatureFlagsFF4j.getFeatureStore
(String propertyFile) PropertyFileReader.getPropertyAsBoolean
(String key) PropertyFileReader.getPropertyAsDouble
(String key) PropertyFileReader.getPropertyAsFloat
(String key) PropertyFileReader.getPropertyAsInt
(String key) PropertyFileReader.getPropertyAsString
(String key) void
ImgSclrProcessor.resize
(int percentage) ImgSclrProcessor.rotateRight()
boolean
ImgSclrProcessor.saveImage
(BufferedImage renderedImage, File file, String format) boolean
ListTree.validateTree
(List<TreeNode<T>> collection) -
Uses of MisconfigurationException in org.europa.together.business
Modifier and TypeMethodDescriptionImageProcessor.crop
(int x, int y, int height, int width) Get from an given image an defined clipping.ImageProcessor.flipHorizontal()
Flip the image horizontaly.ImageProcessor.flipVertical()
Flip the image verticaly.org.ff4j.FF4j
FeatureFlags.getFeatureStore
(String propertyFile) Connect an application to a feature store by a given database connection file.jdbc.driverClassName jdbc.url jdbc.user jdbc.passwordPropertyReader.getPropertyAsBoolean
(String key) Get the value of a property as boolean.Allowed values are: 0 | 1 false | true FALSE | TRUE All other values will evaluate to null.PropertyReader.getPropertyAsDouble
(String key) Get the property value as Double.PropertyReader.getPropertyAsFloat
(String key) Get the property value as Float.PropertyReader.getPropertyAsInt
(String key) Get the value of a property as Integer.PropertyReader.getPropertyAsString
(String key) Get the property value as String.PropertyReader.getPropertyList()
Get the full property list as Map.void
Remove an element and all his child nodes from the tree.ImageProcessor.resize
(int percentage) Resize an given image to a new Size.ImageProcessor.rotateRight()
Rotate the image 90 degree steps to the right side.boolean
ImageProcessor.saveImage
(BufferedImage renderedImage, File file, String format) Save a modified image to a given name and path which is defined as file.boolean
TreeWalker.validateTree
(List<TreeNode<T>> tree) Check if the tree is valid. -
Uses of MisconfigurationException in org.europa.together.domain