|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContributionSource
Represents a source artifact that will be contributed to a domain or an updated version of an existing contribution.
| Method Summary | |
|---|---|
java.net.URL |
getLocation()
If the source is local, returns the source URL |
java.io.InputStream |
getSource()
Returns a input stream for the source. |
long |
getTimestamp()
Returns the source timestamp. |
java.lang.String |
getType()
Returns the type of the contribution. |
| Method Detail |
|---|
java.io.InputStream getSource()
throws java.io.IOException
java.io.IOException - If a stream cannot be open.java.net.URL getLocation()
long getTimestamp()
java.lang.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||