155156157158159160161162163164
* @checkstyle MultipleStringLiterals (10 lines) */ @Override public void star() throws IOException { this.storage.apply( new Directives() .xpath(this.xpath()) .attr("starred", Boolean.toString(true)) ); }