org.apache.felix.scrplugin
Interface Source


public interface Source

Description of a source to be parsed.


Method Summary
 java.lang.String getClassName()
          The main class name.
 java.io.File getFile()
          The file containing the class.
 

Method Detail

getClassName

java.lang.String getClassName()
The main class name.

Returns:
The main class name.

getFile

java.io.File getFile()
The file containing the class.

Returns:
The file containing the class.


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.