Skip navigation links
org.netbeans.modules.maven/2 2.157.0 1
A B C D E F G H I J K L M N O P Q R S T U V W 

P

packageName - Variable in class org.netbeans.modules.maven.api.archetype.ProjectInfo
 
packaging(Project) - Method in interface org.netbeans.modules.maven.spi.PackagingProvider
Optionally supplies a packaging for a given project.
PackagingProvider - Interface in org.netbeans.modules.maven.spi
Provides a means of detecting a project's packaging for purposes of IDE internals.
Pair(Project, Artifact) - Constructor for class org.netbeans.modules.maven.api.classpath.DependencyProjectsProvider.Pair
 
PANEL_BASIC - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_BASIC - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_COMPILE - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_COMPILE - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_CONFIGURATION - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_CONFIGURATION - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_HEADERS - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_LIBRARIES - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_LIBRARIES - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_MAPPING - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_MAPPING - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_RUN - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_RUN - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
PANEL_SOURCES - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle
 
PANEL_SOURCES - Static variable in class org.netbeans.modules.maven.api.customizer.ModelHandle2
 
performDynamicSubstitutions(Map<String, String>, String) - Method in class org.netbeans.modules.maven.execute.model.NetbeansActionReader
 
performDynamicSubstitutions(Map<String, String>, String) - Method in class org.netbeans.modules.maven.spi.actions.AbstractMavenActionsProvider
takes the input stream and a map, and for each occurence of ${}, replaces it with map entry value..
PLUGIN_CHECKSTYLE - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_COMPILER - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_COMPILER_VERSION_SUPPORTING_JDK9 - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_EAR - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_EJB - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_FAILSAFE - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_JAR - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_RESOURCES - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_SITE - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_SUREFIRE - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PLUGIN_WAR - Static variable in interface org.netbeans.modules.maven.api.Constants
 
PluginConfigPathParams(String, String, String, String) - Constructor for class org.netbeans.modules.maven.api.PluginPropertyUtils.PluginConfigPathParams
Creates a query instance with mandatory parameters
PluginPropertyUtils - Class in org.netbeans.modules.maven.api
Examines a POM for configuration of plugins.
PluginPropertyUtils.ConfigurationBuilder<T> - Interface in org.netbeans.modules.maven.api
builder responsible for converting Xpp3Dom from Maven to custom object trees.
PluginPropertyUtils.PluginConfigPathParams - Class in org.netbeans.modules.maven.api
Query parameters to convert property containing a dependency list into artifact list.
POM_MIME_TYPE - Static variable in interface org.netbeans.modules.maven.api.Constants
MIME type for *.pom.
preferSources() - Method in interface org.netbeans.modules.maven.spi.queries.ForeignClassBundler
Indicates whether the primary artifact from this project is more or less authoritative than sources.
PrereqCheckerMerger - Class in org.netbeans.modules.maven.execute
a PrerequisitesChecker lookupMerger, for now will just put the CoS implementation at the end of the list.
PrereqCheckerMerger() - Constructor for class org.netbeans.modules.maven.execute.PrereqCheckerMerger
 
PrerequisitesChecker - Interface in org.netbeans.modules.maven.api.execute
check wheather the given runConfig has a chance to be successful or needs corrective measure.
PRJ_EXECUTE - Static variable in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
ProblemReport - Class in org.netbeans.modules.maven.api.problem
Deprecated.
see ProjectProblemsProvider
ProblemReport(int, String, String, Action) - Constructor for class org.netbeans.modules.maven.api.problem.ProblemReport
Deprecated.
 
ProblemReporter - Interface in org.netbeans.modules.maven.api.problem
Deprecated.
use ProjectProblemsProvider instead. ProblemReporter's problems are converted to the new API. The synchronization is one way only, it's not guaranteed that getReports() contains all problems.
processEnd(String, OutputWriter) - Method in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
processFail(String, OutputWriter) - Method in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
processInitialMessage() - Method in class org.netbeans.modules.maven.execute.AbstractMavenExecutor
 
processLine(String, OutputVisitor) - Method in interface org.netbeans.modules.maven.api.output.OutputProcessor
for each line of output, the registered processor will get a chance to add highlighting etc.
processLine(String, Project) - Method in interface org.netbeans.modules.maven.api.output.TestOutputObserver
Observes one line of the surefire output.
processLine(String, OutputWriter, AbstractOutputHandler.Level) - Method in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
processMultiLine(String, OutputWriter, AbstractOutputHandler.Level) - Method in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
processors - Variable in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
processStart(String, OutputWriter) - Method in class org.netbeans.modules.maven.execute.AbstractOutputHandler
 
ProjectInfo - Class in org.netbeans.modules.maven.api.archetype
Information about one project to be created.
ProjectInfo(String, String, String, String) - Constructor for class org.netbeans.modules.maven.api.archetype.ProjectInfo
 
ProjectProfileHandler - Interface in org.netbeans.modules.maven.api
 
ProjectSourcesClassPathProvider - Interface in org.netbeans.modules.maven.api.classpath
Additional useful classpath related methods.
PROP_PROJECT - Static variable in class org.netbeans.modules.maven.api.NbMavenProject
the only property change fired by the class, means that the pom file has changed.
PROP_RESOURCE - Static variable in class org.netbeans.modules.maven.api.NbMavenProject
TODO comment
ProxyNonSelectableInputOutput - Class in org.netbeans.modules.maven.execute
workarounds execution API which at some point in time calls select() on the IO.
ProxyNonSelectableInputOutput(InputOutput) - Constructor for class org.netbeans.modules.maven.execute.ProxyNonSelectableInputOutput
 
ProxyResult(MavenProxySupport.Status, Proxy) - Constructor for class org.netbeans.modules.maven.execute.MavenProxySupport.ProxyResult
 
ProxyResult(MavenProxySupport.Status, Proxy, String, String, String, int, boolean, Settings) - Constructor for class org.netbeans.modules.maven.execute.MavenProxySupport.ProxyResult
 
putMapping(NetbeansActionMapping, Project, ProjectConfiguration) - Static method in class org.netbeans.modules.maven.api.customizer.ModelHandle
Store a particular action mapping.
putMapping(NetbeansActionMapping, Project, ProjectConfiguration) - Static method in class org.netbeans.modules.maven.api.customizer.ModelHandle2
Store a particular action mapping.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
org.netbeans.modules.maven/2 2.157.0 1