public abstract class IdReference extends Object
| Constructor and Description |
|---|
IdReference() |
| Modifier and Type | Method and Description |
|---|---|
static IdReference |
create(String id) |
static String |
extractName(String uri)
Extracts the name from the given URI.
|
static String |
extractResourceGroup(String uri)
Extracts the resource group name from the given URI.
|
abstract String |
id() |
String |
name() |
String |
resourceGroup() |
public static IdReference create(String id)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.