File
Doc
Category
Size
Date
Package
ClasspathEntryMock.java
API Doc
Android 1.5 API
2376
Wed May 06 22:41:10 BST 2009
com.android.ide.eclipse.mock
ClasspathEntryMock
java.lang.Object
public class ClasspathEntryMock extends Object implements org.eclipse.jdt.core.IClasspathEntry
Fields Summary
private int
mKind
private org.eclipse.core.runtime.IPath
mPath
Constructors Summary
public ClasspathEntryMock
(
org.eclipse.core.runtime.IPath
path,
int
kind)
mPath = path; mKind = kind;
Methods Summary
public
boolean
combineAccessRules
()
throw new NotImplementedException();
public
org.eclipse.jdt.core.IAccessRule
[]
getAccessRules
()
throw new NotImplementedException();
public
int
getContentKind
()
throw new NotImplementedException();
public
int
getEntryKind
()
return mKind;
public
org.eclipse.core.runtime.IPath
[]
getExclusionPatterns
()
throw new NotImplementedException();
public
org.eclipse.jdt.core.IClasspathAttribute
[]
getExtraAttributes
()
throw new NotImplementedException();
public
org.eclipse.core.runtime.IPath
[]
getInclusionPatterns
()
throw new NotImplementedException();
public
org.eclipse.core.runtime.IPath
getOutputLocation
()
throw new NotImplementedException();
public
org.eclipse.core.runtime.IPath
getPath
()
return mPath;
public
org.eclipse.jdt.core.IClasspathEntry
getResolvedEntry
()
throw new NotImplementedException();
public
org.eclipse.core.runtime.IPath
getSourceAttachmentPath
()
throw new NotImplementedException();
public
org.eclipse.core.runtime.IPath
getSourceAttachmentRootPath
()
throw new NotImplementedException();
public
boolean
isExported
()
throw new NotImplementedException();
Java Code Source