Uses of Class
com.gentics.contentnode.rest.model.devtools.dependency.ReferenceDependency
Packages that use ReferenceDependency
-
Uses of ReferenceDependency in com.gentics.contentnode.rest.model.devtools.dependency
Methods in com.gentics.contentnode.rest.model.devtools.dependency that return ReferenceDependencyModifier and TypeMethodDescriptionReferenceDependency.withIsInPackage
(Boolean isInPackage) Sets whether the object is in the current package.Methods in com.gentics.contentnode.rest.model.devtools.dependency that return types with arguments of type ReferenceDependencyModifier and TypeMethodDescriptionPackageDependency.getReferenceDependencies()
Gets the list of dependencies that are referenced by this object.Method parameters in com.gentics.contentnode.rest.model.devtools.dependency with type arguments of type ReferenceDependencyModifier and TypeMethodDescriptionPackageDependency.withReferenceDependencies
(List<ReferenceDependency> referenceDependencies) Set the list of dependencies that are referenced by this object.