Uses of Class
de.funfried.netbeans.plugins.external.formatter.exceptions.CannotLoadConfigurationException
Packages that use CannotLoadConfigurationException
Package
Description
Package containing common classes for all kinds of Eclipse formatter.
Package containing classes for Eclipse formatter XML configuration parsing.
Package containing classes for Eclipse Java formatter strategy logic.
Package containing classes for Eclipse javascript formatter strategy logic.
-
Uses of CannotLoadConfigurationException in de.funfried.netbeans.plugins.external.formatter.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.eclipse that throw CannotLoadConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract String
AbstractEclipseFormatJob.getFormattedContent
(Preferences pref, String formatterFile, String formatterProfile, String code) Returns the formatted content. -
Uses of CannotLoadConfigurationException in de.funfried.netbeans.plugins.external.formatter.eclipse.xml
Methods in de.funfried.netbeans.plugins.external.formatter.eclipse.xml that throw CannotLoadConfigurationExceptionModifier and TypeMethodDescriptionEclipseFormatterUtils.parseConfig
(String formatterFile, String formatterProfile, Map<String, String> defaultProperties, Map<String, String> additionalProperties, String workspaceMechanicPrefix, String projectPrefFile) Parses the configuration parameters from the givenformatterProfile
of the givenformatterFile
and returns it as aMap
containing the configuration as key value pairs. -
Uses of CannotLoadConfigurationException in de.funfried.netbeans.plugins.external.formatter.java.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.java.eclipse that throw CannotLoadConfigurationExceptionModifier and TypeMethodDescriptionEclipseJavaFormatterWrapper.format
(String formatterFile, String formatterProfile, String code, String lineFeed, String sourceLevel, SortedSet<Pair<Integer, Integer>> changedElements) Formats the givencode
with the given configurations and returns the formatted code.EclipseFormatterConfig.parseConfig
(String formatterFile, String formatterProfile, String sourceLevel) Parses the configuration parameters from the givenprofile
of the given formatter configuration file and returns it as aMap
containing the configuration as key value pairs. -
Uses of CannotLoadConfigurationException in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse that throw CannotLoadConfigurationExceptionModifier and TypeMethodDescriptionEclipseJavascriptFormatterWrapper.format
(String formatterFile, String formatterProfile, String code, String lineFeed, Pair<Integer, Integer> changedElement) Formats the givencode
with the given configurations and returns the formatted code.EclipseFormatterConfig.parseConfig
(String formatterFile, String formatterProfile) Parses the configuration parameters from the givenprofile
of the given formatter configuration file and returns it as aMap
containing the configuration as key value pairs.