-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.html
21 lines (21 loc) · 1.5 KB
/
run.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<span style="font-family:book antiqua;font-size: 20px; line-height: 2;">
<span style="font-family: Wingdings;font-size: 20px"></span> Run<br />
<span style="font-size: 20px; color: darkorange;">mvn neu.lab:trimming:1.0:debloat</span><br />
<span style="font-family: Wingdings;font-size: 20px"></span> Optional Parameters<br />
<table style="font-size: 20px; border: 1px solid #FFA500; border-collapse: collapse;text-align: center;">
<tr style="font-weight: 700; font-size: 25px;">
<th style="width: 15%; border: 1px solid #FFA500;">Name</th>
<th style="width: 10%; border: 1px solid #FFA500;">Type</th>
<th style="width: 75%; border: 1px solid #FFA500;">Description</th>
</tr>
<tr style="padding: 2%;">
<td style="width: 15%;border: 1px solid #FFA500;">entryPointStrategy</td>
<td style="width: 10%;border: 1px solid #FFA500;">String</td>
<td style="width: 75%;border: 1px solid #FFA500; text-align: left; padding: 2%;">Trimming offers four entry method strategies for debloating: <font style="color: coral;">Main</font>, <font style="color: coral;">ProjectCoreMethod</font>,
<font style="color: coral;">Test</font>, and <font style="color: coral;">ProjectCoreMethodAndTest</font>. <font style="color: #FF8C00;"><strong>Default value is</strong></font>: <font style="color: coral;">ProjectCoreMethodAndTest</font></td>
</tr>
</table>
</span>
</html>