Class AbstractRemoteProjectDescriptor
java.lang.Object
com.nomagic.magicdraw.core.project.AProjectDescriptor
com.nomagic.magicdraw.core.project.AbstractRemoteProjectDescriptor
- All Implemented Interfaces:
ProjectDescriptor
@OpenApi
public abstract class AbstractRemoteProjectDescriptor
extends com.nomagic.magicdraw.core.project.AProjectDescriptor
This class represents location of the remote project.
-
Method Summary
Modifier and TypeMethodDescriptionConstructs human representation of the project.Methods inherited from class com.nomagic.magicdraw.core.project.AProjectDescriptor
load, save
-
Method Details
-
getRepresentationString
Constructs human representation of the project.- Returns:
- project's representation as String.
- Throws:
IllegalStateException
- if project isn't specified or loaded.
-