Package org.apache.abdera.i18n.iri
Interface Scheme
-
- All Known Implementing Classes:
AbstractScheme
,DefaultScheme
@Deprecated(since="2021-07-29") public interface Scheme
Deprecated.This API is deprecated as Apache Abdera is a retired project since 2017.Interface implemented by custom IRI scheme parsers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getDefaultPort()
Deprecated.String
getName()
Deprecated.IRI
normalize(IRI iri)
Deprecated.String
normalizePath(String path)
Deprecated.
-