public abstract class LocationAndName extends Object
Modifier | Constructor and Description |
---|---|
protected |
LocationAndName() |
Modifier and Type | Method and Description |
---|---|
static LocationAndName |
fromLocationAndName(String location,
String name) |
static LocationAndName |
fromSlashEncoded(String id) |
abstract String |
location() |
abstract String |
name() |
String |
slashEncode() |
public abstract String location()
public abstract String name()
public static LocationAndName fromSlashEncoded(String id)
public static LocationAndName fromLocationAndName(String location, String name)
public String slashEncode()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.