JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.eclipse.tycho.embedder.shared
Package
org.eclipse.tycho
Interface SourcepathEntry
public interface
SourcepathEntry
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
String
>
getExcludes
()
null means "nothing excluded"
List
<
String
>
getIncludes
()
null means "everything included"
File
getOutputDirectory
()
File
getSourcesRoot
()
Method Details
getOutputDirectory
File
getOutputDirectory
()
getSourcesRoot
File
getSourcesRoot
()
getIncludes
List
<
String
>
getIncludes
()
null means "everything included"
getExcludes
List
<
String
>
getExcludes
()
null means "nothing excluded"