org.netbeans.modules.java.api.common/0 1.37

org.netbeans.modules.java.api.common.classpath
Interface ClassPathModifier.Callback

Enclosing class:
ClassPathModifier

public static interface ClassPathModifier.Callback

Callback to customize classpath modifier behaviour.


Method Summary
 String getClassPathProperty(SourceGroup sourceGroup, String classPathType)
          Returns Ant property which keeps classpath of the given source group and given classpath type.
 String getElementName(String classpathProperty)
          Returns project XML element under which extra classpath related information is stored.
 

Method Detail

getClassPathProperty

String getClassPathProperty(SourceGroup sourceGroup,
                            String classPathType)
Returns Ant property which keeps classpath of the given source group and given classpath type.


getElementName

String getElementName(String classpathProperty)
Returns project XML element under which extra classpath related information is stored. See also ClassPathSupport#Callback

Returns:
can return null if not applicable

org.netbeans.modules.java.api.common/0 1.37

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.