|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtistDecider
Interface for providing a binary responce to whether a given String belongs to the class this class differentiates. It is called ArtistDecider because its first implementation is in deciding whether or not a String based property is an artist's name or not.
Method Summary | |
---|---|
void |
addArtist(java.lang.String name)
Add this string to the list of those belonging (is an artist name) |
void |
addChecked(java.lang.String name)
Add this string as not belonging to the class (not an artist) |
boolean |
isArtist(java.lang.String name)
Does this String belong to this class |
void |
output(java.io.Writer outs)
Write this object's data on artist or not to an XML file. |
void |
setProxy(boolean p)
Should output be done using a proxy or not. |
Method Detail |
---|
boolean isArtist(java.lang.String name)
name
- string to be checked
void output(java.io.Writer outs) throws java.io.IOException
outs
- output writer to write to
java.io.IOException
void setProxy(boolean p)
p
- void addChecked(java.lang.String name)
name
- non-artist to be added.void addArtist(java.lang.String name)
name
- string to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |