Interface UploadProjectName
-
- All Known Implementing Classes:
GalaxyProjectName
public interface UploadProjectName
Defines the name of a project to be uploaded to a remote site.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The name of the object to upload.
-