Class ObjectName

  • All Implemented Interfaces:
    Supplier<String>

    public final class ObjectName
    extends Object
    implements Supplier<String>
    Function that builds object name from: 1. /object/metas/meta[head='package']/tail/text() 2. /object/o/@name

    If package is present - it'll be joined with object name by dot. Otherwise, only object name without package is returned.

    Since:
    0.52
    • Constructor Detail

      • ObjectName

        public ObjectName​(com.jcabi.xml.XML xml)
        Ctor.
        Parameters:
        xml - XML