public StreamInfo getInfo()

in slingshot/src/main/java/org/apache/sling/sample/slingshot/model/Stream.java [36:41]


    public StreamInfo getInfo() {
        if ( info == null ) {
            info = new StreamInfo(this.resource == null ? null : this.resource.getChild("info"));
        }
        return info;
    }