public class DefaultIdeaSingleEntryLibraryDependency extends Object implements IdeaSingleEntryLibraryDependency, Serializable
| Constructor and Description |
|---|
DefaultIdeaSingleEntryLibraryDependency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExported()
Allows to check if current dependency is transitive, i.e.
|
File |
getFile()
Returns the file for this dependency.
|
File |
getJavadoc()
Returns the Javadoc directory/archive for this dependency.
|
IdeaDependencyScope |
getScope()
scope of the current dependency.
|
File |
getSource()
Returns the source directory/archive for this dependency.
|
DefaultIdeaSingleEntryLibraryDependency |
setExported(Boolean exported) |
DefaultIdeaSingleEntryLibraryDependency |
setFile(File file) |
DefaultIdeaSingleEntryLibraryDependency |
setJavadoc(File javadoc) |
DefaultIdeaSingleEntryLibraryDependency |
setScope(IdeaDependencyScope scope) |
DefaultIdeaSingleEntryLibraryDependency |
setSource(File source) |
String |
toString() |
public DefaultIdeaSingleEntryLibraryDependency()
public File getFile()
IdeaSingleEntryLibraryDependencygetFile in interface ExternalDependencygetFile in interface IdeaSingleEntryLibraryDependencypublic DefaultIdeaSingleEntryLibraryDependency setFile(File file)
public File getSource()
IdeaSingleEntryLibraryDependencygetSource in interface ExternalDependencygetSource in interface IdeaSingleEntryLibraryDependencypublic DefaultIdeaSingleEntryLibraryDependency setSource(File source)
public File getJavadoc()
IdeaSingleEntryLibraryDependencygetJavadoc in interface ExternalDependencygetJavadoc in interface IdeaSingleEntryLibraryDependencypublic DefaultIdeaSingleEntryLibraryDependency setJavadoc(File javadoc)
public boolean getExported()
IdeaDependencygetExported in interface IdeaDependencytrue if current dependency is transitive; false otherwisepublic DefaultIdeaSingleEntryLibraryDependency setExported(Boolean exported)
public IdeaDependencyScope getScope()
IdeaDependencynull all the timegetScope in interface IdeaDependencypublic DefaultIdeaSingleEntryLibraryDependency setScope(IdeaDependencyScope scope)
Copyright © 2013. All rights reserved