Class IdMatchers.DependencyId$
- java.lang.Object
-
- com.xebialabs.xlrelease.repository.IdMatchers.DependencyId$
-
- All Implemented Interfaces:
IdMatchers.Id
- Enclosing class:
- IdMatchers
public static class IdMatchers.DependencyId$ extends java.lang.Object implements IdMatchers.Id
-
-
Field Summary
Fields Modifier and Type Field Description static IdMatchers.DependencyId$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DependencyId$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<java.lang.String>
unapply(java.lang.String id)
-
-
-
Field Detail
-
MODULE$
public static final IdMatchers.DependencyId$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-