|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.util.database.SourceObject
public class SourceObject
Instantiate the fields required to retrieve SourceCode.
| Method Summary | |
|---|---|
String |
getName()
|
String |
getPseudoFileName()
Gets the data source as a pseudo file name (faux-file). |
String |
getRevision()
|
String |
getSchema()
|
String |
getSuffixFromType()
Map the type to a file suffix associated with a Language |
String |
getType()
|
void |
setName(String name)
|
void |
setRevision(String revision)
|
void |
setSchema(String schema)
|
void |
setType(String type)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getSchema()
public void setSchema(String schema)
schema - the schema to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getRevision()
public void setRevision(String revision)
revision - the revision to setpublic String getSuffixFromType()
Language
public String getPseudoFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||