Uses of Class
io.github.mmm.code.base.BasePathElements
Packages that use BasePathElements
-
Uses of BasePathElements in io.github.mmm.code.base
Methods in io.github.mmm.code.base that return BasePathElementsModifier and TypeMethodDescriptionBasePathElements.copy()BasePathElements.copy(io.github.mmm.code.api.copy.CodeCopyMapper mapper) BasePackage.getChildren()Methods in io.github.mmm.code.base with parameters of type BasePathElementsModifier and TypeMethodDescriptionprotected static voidBasePathElementAccess.addPathElementInternal(BasePathElements pathElements, BasePathElement item) protected static BasePackageBasePathElementAccess.getPackage(BasePathElements start, io.github.mmm.code.api.CodeName path, boolean init, BiFunction<BasePackage, String, BasePackage> factory, boolean add, boolean forceAdd) Attention: This is an internal API that should not be used from outside.Constructors in io.github.mmm.code.base with parameters of type BasePathElementsModifierConstructorDescriptionBasePathElements(BasePathElements template, io.github.mmm.code.api.copy.CodeCopyMapper mapper) The copy-constructor.