Uses of Class
com.basistech.rosette.dm.Dependency
Packages that use Dependency
-
Uses of Dependency in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return DependencyModifier and TypeMethodDescriptionDependency.Builder.build()Constructs the Dependency from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type DependencyModifier and TypeMethodDescriptionAnnotatedText.getDependencies()Returns the list of dependencies.Method parameters in com.basistech.rosette.dm with type arguments of type DependencyModifier and TypeMethodDescriptionAnnotatedText.Builder.dependencies(ListAttribute<Dependency> dependencies) Attaches a list of dependencies.Constructors in com.basistech.rosette.dm with parameters of type DependencyModifierConstructorDescriptionBuilder(Dependency toCopy) Constructs a builder from an existing Dependency.