public List getMappings()

in mavenivy-adapters/src/main/java/org/apache/easyant/tasks/adapters/ScopeMappings.java [42:49]


    public List<Mapping> getMappings() {
        if (isReference()) {
            return ((ScopeMappings) getRefid().getReferencedObject())
                    .getMappings();
        } else {
            return mappings;
        }
    }