File tree Expand file tree Collapse file tree 6 files changed +6
-13
lines changed
controller/src/test/java/org/jboss/as/controller/operations Expand file tree Collapse file tree 6 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- package org .jboss .as .controller .operation .global ;
6
+ package org .jboss .as .controller .operations .global ;
7
7
8
8
import static org .jboss .as .controller .descriptions .ModelDescriptionConstants .COMPOSITE ;
9
9
import static org .jboss .as .controller .descriptions .ModelDescriptionConstants .STEPS ;
19
19
import org .jboss .as .controller .PropertiesAttributeDefinition ;
20
20
import org .jboss .as .controller .ResourceDefinition ;
21
21
import org .jboss .as .controller .StringListAttributeDefinition ;
22
- import org .jboss .as .controller .operations .global .GlobalNotifications ;
23
- import org .jboss .as .controller .operations .global .GlobalOperationHandlers ;
24
22
import org .jboss .as .controller .registry .ManagementResourceRegistration ;
25
23
import org .jboss .as .controller .test .AbstractControllerTestBase ;
26
24
import org .jboss .dmr .ModelNode ;
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- package org .jboss .as .controller .operation .global ;
6
+ package org .jboss .as .controller .operations .global ;
7
7
8
8
import static org .jboss .as .controller .descriptions .ModelDescriptionConstants .VALUE ;
9
9
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- package org .jboss .as .controller .operation .global ;
6
+ package org .jboss .as .controller .operations .global ;
7
7
8
8
import static org .jboss .as .controller .SimpleAttributeDefinitionBuilder .create ;
9
9
import static org .jboss .as .controller .descriptions .ModelDescriptionConstants .COMPOSITE ;
33
33
import org .jboss .as .controller .SimpleAttributeDefinitionBuilder ;
34
34
import org .jboss .as .controller .StringListAttributeDefinition ;
35
35
import org .jboss .as .controller .descriptions .NonResolvingResourceDescriptionResolver ;
36
- import org .jboss .as .controller .operations .global .GlobalNotifications ;
37
- import org .jboss .as .controller .operations .global .GlobalOperationHandlers ;
38
36
import org .jboss .as .controller .registry .ManagementResourceRegistration ;
39
37
import org .jboss .as .controller .test .AbstractControllerTestBase ;
40
38
import org .jboss .dmr .ModelNode ;
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- package org .jboss .as .controller .operation .global ;
6
+ package org .jboss .as .controller .operations .global ;
7
7
8
8
import static org .jboss .as .controller .descriptions .ModelDescriptionConstants .VALUE ;
9
9
Original file line number Diff line number Diff line change 2
2
* Copyright The WildFly Authors
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
- package org .jboss .as .controller .operation .validation ;
5
+ package org .jboss .as .controller .operations .validation ;
6
6
7
7
import static org .junit .Assert .assertNotNull ;
8
8
import static org .junit .Assert .assertNull ;
12
12
import java .math .BigInteger ;
13
13
14
14
import org .jboss .as .controller .OperationFailedException ;
15
- import org .jboss .as .controller .operations .validation .ModelTypeValidator ;
16
15
import org .jboss .dmr .ModelNode ;
17
16
import org .jboss .dmr .ModelType ;
18
17
import org .jboss .dmr .ValueExpression ;
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- package org .jboss .as .controller .operation .validation ;
6
+ package org .jboss .as .controller .operations .validation ;
7
7
8
8
import org .jboss .as .controller .OperationFailedException ;
9
- import org .jboss .as .controller .operations .validation .ModuleNameValidator ;
10
- import org .jboss .as .controller .operations .validation .ParameterValidator ;
11
9
import org .jboss .dmr .ModelNode ;
12
10
import org .junit .Assert ;
13
11
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments