A space is a logical grouping of projects that have the same context.
A project space has a name that follows this convention:
Type | Name and description |
---|---|
java.lang.String |
name The project space name |
Constructor and description |
---|
ProjectSpace
(java.lang.String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(java.lang.Object obj) |
|
private static java.lang.String |
formatSpaceName(java.lang.String name) |
|
java.lang.String |
toString() Returns a string representation of the space name following the format conventions stated in the class description. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns a string representation of the space name following the format conventions stated in the class description. Example: "my example space " -> "MY_EXAMPLE_SPACE"
Groovy Documentation