Uses of Class
de.funfried.netbeans.plugins.external.formatter.exceptions.ProfileNotFoundException
Packages that use ProfileNotFoundException
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 ProfileNotFoundException in de.funfried.netbeans.plugins.external.formatter.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.eclipse that throw ProfileNotFoundExceptionModifier and TypeMethodDescriptionprotected abstract String
AbstractEclipseFormatJob.getFormattedContent
(Preferences pref, String formatterFile, String formatterProfile, String code) Returns the formatted content. -
Uses of ProfileNotFoundException in de.funfried.netbeans.plugins.external.formatter.eclipse.xml
Methods in de.funfried.netbeans.plugins.external.formatter.eclipse.xml that throw ProfileNotFoundExceptionModifier and TypeMethodDescriptionConfigReader.getProfileSettings
(String fileContent, String profileName) Parses and returns the key/value pairs from the givenfileContent
for the givenprofileName
as aMap
.EclipseFormatterUtils.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 ProfileNotFoundException in de.funfried.netbeans.plugins.external.formatter.java.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.java.eclipse that throw ProfileNotFoundExceptionModifier 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 ProfileNotFoundException in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse
Methods in de.funfried.netbeans.plugins.external.formatter.javascript.eclipse that throw ProfileNotFoundExceptionModifier 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.