Class ProtectedRegionContext
java.lang.Object
org.contextmapper.dsl.generator.mdsl.ProtectedRegionContext
Stores identifiers of protected objects. Used by MDSLModelCreator to know
which element shouldn't be generated again. In addition contains the
protected region part to be added to newly generated file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClientIdentifiers
(Set<String> identifier) void
addDataTypeIdentifiers
(Set<String> identifier) void
addEndpointIdentifiers
(Set<String> identifier) void
addProviderIdentifiers
(Set<String> identifier) void
setProtectedClientRegion
(String protectedClientRegion) void
setProtectedDataTypeRegion
(String protectedDataTypeRegion) void
setProtectedEndpointRegion
(String protectedEndpointRegion) void
setProtectedProviderRegion
(String protectedProviderRegion)
-
Constructor Details
-
ProtectedRegionContext
public ProtectedRegionContext()
-
-
Method Details
-
addDataTypeIdentifiers
-
addEndpointIdentifiers
-
addProviderIdentifiers
-
addClientIdentifiers
-
getDataTypeIdentifiers
-
getEndpointIdentifiers
-
getProviderIdentifiers
-
getClientIdentifiers
-
setProtectedDataTypeRegion
-
setProtectedEndpointRegion
-
setProtectedProviderRegion
-
setProtectedClientRegion
-
getProtectedDataTypeRegion
-
getProtectedEndpointRegion
-
getProtectedProviderRegion
-
getProtectedClientRegion
-